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 © 2024. All rights reserved.