public static enum Spinnaker_C._spinDeviceTypeEnums extends Enum<Spinnaker_C._spinDeviceTypeEnums>
| Enum Constant and Description |
|---|
DeviceType_Peripheral
Controllable device (with no data stream handling).
|
DeviceType_Receiver
Data stream receiver device.
|
DeviceType_Transceiver
Data stream receiver and transmitter device.
|
DeviceType_Transmitter
Data stream transmitter device.
|
NUM_DEVICETYPE |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinDeviceTypeEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinDeviceTypeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinDeviceTypeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinDeviceTypeEnums DeviceType_Transmitter
public static final Spinnaker_C._spinDeviceTypeEnums DeviceType_Receiver
public static final Spinnaker_C._spinDeviceTypeEnums DeviceType_Transceiver
public static final Spinnaker_C._spinDeviceTypeEnums DeviceType_Peripheral
public static final Spinnaker_C._spinDeviceTypeEnums NUM_DEVICETYPE
public static Spinnaker_C._spinDeviceTypeEnums[] values()
for (Spinnaker_C._spinDeviceTypeEnums c : Spinnaker_C._spinDeviceTypeEnums.values()) System.out.println(c);
public static Spinnaker_C._spinDeviceTypeEnums 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 Spinnaker_C._spinDeviceTypeEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinDeviceTypeEnums>Copyright © 2020. All rights reserved.