Uses of Enum
peak.can.basic.TPCANParameterValue
Packages that use TPCANParameterValue
-
Uses of TPCANParameterValue in peak.can.basic
Methods in peak.can.basic that return TPCANParameterValueModifier and TypeMethodDescriptionstatic TPCANParameterValueTPCANParameterValue.parseCondition(int value) Parses a int value into the TPCANParameterValue PCAN_CHANNEL_AVAILABLE, PCAN_CHANNEL_ILLEGAL, PCAN_CHANNEL_OCCUPIED or PCAN_CHANNEL_UNOCCUPIEDstatic TPCANParameterValueTPCANParameterValue.parseFilterStatus(int value) Parses a int value into the TPCANParameterValue PCAN_FILTER_CLOSE, PCAN_FILTER_OPEN or PCAN_FILTER_CUSTOM.static TPCANParameterValueTPCANParameterValue.parseOnOff(int value) Parses a int value into the TPCANParameterValue PCAN_PARAMETER_ON or PCAN_PARAMETER_OFFstatic TPCANParameterValueReturns 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.Methods in peak.can.basic that return types with arguments of type TPCANParameterValueModifier and TypeMethodDescriptionstatic 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