public static enum Spinnaker_C.spinTLInterfaceTypeEnums extends Enum<Spinnaker_C.spinTLInterfaceTypeEnums>
Enum Constant and Description |
---|
InterfaceType_CameraLink
Camera Link
|
InterfaceType_CameraLinkHS
Camera Link High Speed
|
InterfaceType_CoaXPress
CoaXPress
|
InterfaceType_Custom
Custom transport layer
|
InterfaceType_GigEVision
GigE Vision
|
InterfaceType_USB3Vision
USB3 Vision
|
NUMINTERFACETYPE |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinTLInterfaceTypeEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinTLInterfaceTypeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinTLInterfaceTypeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_GigEVision
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_CameraLink
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_CameraLinkHS
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_CoaXPress
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_USB3Vision
public static final Spinnaker_C.spinTLInterfaceTypeEnums InterfaceType_Custom
public static final Spinnaker_C.spinTLInterfaceTypeEnums NUMINTERFACETYPE
public static Spinnaker_C.spinTLInterfaceTypeEnums[] values()
for (Spinnaker_C.spinTLInterfaceTypeEnums c : Spinnaker_C.spinTLInterfaceTypeEnums.values()) System.out.println(c);
public static Spinnaker_C.spinTLInterfaceTypeEnums 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.spinTLInterfaceTypeEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinTLInterfaceTypeEnums>
Copyright © 2024. All rights reserved.