Modifier and Type | Method and Description |
---|---|
static TPCANParameterValue |
TPCANParameterValue.parseCondition(int value)
Parses a int value into the TPCANParameterValue PCAN_CHANNEL_AVAILABLE, PCAN_CHANNEL_ILLEGAL, PCAN_CHANNEL_OCCUPIED or PCAN_CHANNEL_UNOCCUPIED
|
static TPCANParameterValue |
TPCANParameterValue.parseFilterStatus(int value)
Parses a int value into the TPCANParameterValue PCAN_FILTER_CLOSE, PCAN_FILTER_OPEN or PCAN_FILTER_CUSTOM.
|
static TPCANParameterValue |
TPCANParameterValue.parseOnOff(int value)
Parses a int value into the TPCANParameterValue PCAN_PARAMETER_ON or PCAN_PARAMETER_OFF
|
static TPCANParameterValue |
TPCANParameterValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPCANParameterValue[] |
TPCANParameterValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<TPCANParameterValue> |
TPCANParameterValue.parseFeatures(int value)
Parses a int value into the TPCANParameterValue PCAN_CHANNEL_AVAILABLE, PCAN_CHANNEL_ILLEGAL, PCAN_CHANNEL_OCCUPIED or PCAN_CHANNEL_UNOCCUPIED
|