public static enum Spinnaker_C.spinTLDeviceCurrentSpeedEnums extends Enum<Spinnaker_C.spinTLDeviceCurrentSpeedEnums>
| Enum Constant and Description |
|---|
DeviceCurrentSpeed_FullSpeed
Full-Speed.
|
DeviceCurrentSpeed_HighSpeed
High-Speed.
|
DeviceCurrentSpeed_LowSpeed
Low-Speed.
|
DeviceCurrentSpeed_SuperSpeed
Super-Speed.
|
DeviceCurrentSpeed_UnknownSpeed
Unknown-Speed.
|
NUMDEVICECURRENTSPEED |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C.spinTLDeviceCurrentSpeedEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinTLDeviceCurrentSpeedEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinTLDeviceCurrentSpeedEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums DeviceCurrentSpeed_UnknownSpeed
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums DeviceCurrentSpeed_LowSpeed
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums DeviceCurrentSpeed_FullSpeed
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums DeviceCurrentSpeed_HighSpeed
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums DeviceCurrentSpeed_SuperSpeed
public static final Spinnaker_C.spinTLDeviceCurrentSpeedEnums NUMDEVICECURRENTSPEED
public static Spinnaker_C.spinTLDeviceCurrentSpeedEnums[] values()
for (Spinnaker_C.spinTLDeviceCurrentSpeedEnums c : Spinnaker_C.spinTLDeviceCurrentSpeedEnums.values()) System.out.println(c);
public static Spinnaker_C.spinTLDeviceCurrentSpeedEnums 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.spinTLDeviceCurrentSpeedEnums intern()
public String toString()
toString in class Enum<Spinnaker_C.spinTLDeviceCurrentSpeedEnums>Copyright © 2024. All rights reserved.