public static enum Spinnaker_C.spinTLTLTypeEnums extends Enum<Spinnaker_C.spinTLTLTypeEnums>
Enum Constant and Description |
---|
NUMTLTYPE |
TLType_CameraLink
Camera Link
|
TLType_CameraLinkHS
Camera Link High Speed
|
TLType_CoaXPress
CoaXPress
|
TLType_Custom
Custom transport layer
|
TLType_GigEVision
GigE Vision
|
TLType_Mixed
Different Interface modules of the GenTL Producer are of different types
|
TLType_USB3Vision
USB3 Vision
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinTLTLTypeEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinTLTLTypeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinTLTLTypeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinTLTLTypeEnums TLType_GigEVision
public static final Spinnaker_C.spinTLTLTypeEnums TLType_CameraLink
public static final Spinnaker_C.spinTLTLTypeEnums TLType_CameraLinkHS
public static final Spinnaker_C.spinTLTLTypeEnums TLType_CoaXPress
public static final Spinnaker_C.spinTLTLTypeEnums TLType_USB3Vision
public static final Spinnaker_C.spinTLTLTypeEnums TLType_Mixed
public static final Spinnaker_C.spinTLTLTypeEnums TLType_Custom
public static final Spinnaker_C.spinTLTLTypeEnums NUMTLTYPE
public static Spinnaker_C.spinTLTLTypeEnums[] values()
for (Spinnaker_C.spinTLTLTypeEnums c : Spinnaker_C.spinTLTLTypeEnums.values()) System.out.println(c);
public static Spinnaker_C.spinTLTLTypeEnums 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.spinTLTLTypeEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinTLTLTypeEnums>
Copyright © 2022. All rights reserved.