public enum CreateDeviceProgressCode extends java.lang.Enum<CreateDeviceProgressCode>
Modifier and Type | Method and Description |
---|---|
static CreateDeviceProgressCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateDeviceProgressCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateDeviceProgressCode CREATING_COM_PROTOCOL
public static final CreateDeviceProgressCode CREATING_DEVICE
public static final CreateDeviceProgressCode CONNECTING_TO_DEVICE
public static final CreateDeviceProgressCode CONNECTED_TO_DEVICE
public static final CreateDeviceProgressCode READ_BASIC_DEVICE_INFO_START
public static final CreateDeviceProgressCode DEVICE_INFO_RESPONSE
public static final CreateDeviceProgressCode READ_BASIC_DEVICE_INFO_END
public static final CreateDeviceProgressCode DEVICE_REGISTERED
public static final CreateDeviceProgressCode READ_DEVICE_META_SERIAL_NUMBER
public static final CreateDeviceProgressCode READ_DEVICE_META_APP_NAME
public static final CreateDeviceProgressCode READ_DEVICE_META_APP_PATH
public static final CreateDeviceProgressCode READ_DEVICE_META_FIRMWARE_VERSION
public static final CreateDeviceProgressCode ERROR_OCCURRED
public static final CreateDeviceProgressCode DISCOVERING_SERVICES
public static final CreateDeviceProgressCode SERVICES_DISCOVERED
public static final CreateDeviceProgressCode DEVICE_DISCONNECTING
public static CreateDeviceProgressCode[] values()
for (CreateDeviceProgressCode c : CreateDeviceProgressCode.values()) System.out.println(c);
public static CreateDeviceProgressCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null