public static enum Spinnaker_C._spinDeviceTLTypeEnums extends Enum<Spinnaker_C._spinDeviceTLTypeEnums>
| Enum Constant and Description |
|---|
DeviceTLType_CameraLink |
DeviceTLType_CameraLinkHS |
DeviceTLType_CoaXPress |
DeviceTLType_Custom |
DeviceTLType_GigEVision |
DeviceTLType_USB3Vision |
NUM_DEVICETLTYPE |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinDeviceTLTypeEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinDeviceTLTypeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinDeviceTLTypeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_GigEVision
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_CameraLink
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_CameraLinkHS
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_CoaXPress
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_USB3Vision
public static final Spinnaker_C._spinDeviceTLTypeEnums DeviceTLType_Custom
public static final Spinnaker_C._spinDeviceTLTypeEnums NUM_DEVICETLTYPE
public static Spinnaker_C._spinDeviceTLTypeEnums[] values()
for (Spinnaker_C._spinDeviceTLTypeEnums c : Spinnaker_C._spinDeviceTLTypeEnums.values()) System.out.println(c);
public static Spinnaker_C._spinDeviceTLTypeEnums 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._spinDeviceTLTypeEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinDeviceTLTypeEnums>Copyright © 2020. All rights reserved.