public static enum HardSID.HSID_USB_WSTATE extends Enum<HardSID.HSID_USB_WSTATE>
Enum Constant and Description |
---|
HSID_USB_WSTATE_BUSY |
HSID_USB_WSTATE_END |
HSID_USB_WSTATE_ERROR |
HSID_USB_WSTATE_OK |
Modifier and Type | Method and Description |
---|---|
int |
getRc() |
static HardSID.HSID_USB_WSTATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardSID.HSID_USB_WSTATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HardSID.HSID_USB_WSTATE HSID_USB_WSTATE_OK
public static final HardSID.HSID_USB_WSTATE HSID_USB_WSTATE_BUSY
public static final HardSID.HSID_USB_WSTATE HSID_USB_WSTATE_ERROR
public static final HardSID.HSID_USB_WSTATE HSID_USB_WSTATE_END
public static HardSID.HSID_USB_WSTATE[] values()
for (HardSID.HSID_USB_WSTATE c : HardSID.HSID_USB_WSTATE.values()) System.out.println(c);
public static HardSID.HSID_USB_WSTATE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getRc()
Copyright © 2018 Ken Händel. All rights reserved.