- parseCondition(int) - Static method in enum peak.can.basic.TPCANParameterValue
-
Parses a int value into the TPCANParameterValue PCAN_CHANNEL_AVAILABLE, PCAN_CHANNEL_ILLEGAL, PCAN_CHANNEL_OCCUPIED or PCAN_CHANNEL_UNOCCUPIED
- parseFeatures(int) - Static method in enum peak.can.basic.TPCANParameterValue
-
Parses a int value into the TPCANParameterValue PCAN_CHANNEL_AVAILABLE, PCAN_CHANNEL_ILLEGAL, PCAN_CHANNEL_OCCUPIED or PCAN_CHANNEL_UNOCCUPIED
- parseFilterStatus(int) - Static method in enum peak.can.basic.TPCANParameterValue
-
Parses a int value into the TPCANParameterValue PCAN_FILTER_CLOSE, PCAN_FILTER_OPEN or PCAN_FILTER_CUSTOM.
- parseOnOff(int) - Static method in enum peak.can.basic.TPCANParameterValue
-
Parses a int value into the TPCANParameterValue PCAN_PARAMETER_ON or PCAN_PARAMETER_OFF
- PCANBasic - Class in peak.can.basic
-
This is the main class for using the PCANBasic API with your java
applications.
- PCANBasic() - Constructor for class peak.can.basic.PCANBasic
-
- peak.can.basic - package peak.can.basic
-
- processRcvEvent(TPCANHandle) - Method in interface peak.can.basic.IRcvEventProcessor
-
This method is called by the RcvEventDispatcher to process the CAN Receive-Event
by the current implementor