public static enum Spinnaker_C.spinDeviceSerialPortSelectorEnums extends Enum<Spinnaker_C.spinDeviceSerialPortSelectorEnums>
Enum Constant and Description |
---|
DeviceSerialPortSelector_CameraLink
Serial port associated to the Camera link connection.
|
NUM_DEVICESERIALPORTSELECTOR |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinDeviceSerialPortSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinDeviceSerialPortSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinDeviceSerialPortSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinDeviceSerialPortSelectorEnums DeviceSerialPortSelector_CameraLink
public static final Spinnaker_C.spinDeviceSerialPortSelectorEnums NUM_DEVICESERIALPORTSELECTOR
public static Spinnaker_C.spinDeviceSerialPortSelectorEnums[] values()
for (Spinnaker_C.spinDeviceSerialPortSelectorEnums c : Spinnaker_C.spinDeviceSerialPortSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinDeviceSerialPortSelectorEnums 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.spinDeviceSerialPortSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinDeviceSerialPortSelectorEnums>
Copyright © 2024. All rights reserved.