Interface | Description |
---|---|
IRcvEventProcessor |
This interface is implemented by classes which need to process the CAN Receive-Event.
|
Class | Description |
---|---|
PCANBasic |
This is the main class for using the PCANBasic API with your java
applications.
|
RcvEventDispatcher |
This class is a gateway between the PCAN Light JNI and the application to dispatch the CAN Receive-Event.
|
TPCANBitrateFD |
FD bit rates for the CAN FD controller.
|
TPCANChannelInformation |
Class storing the channel's information retrieved with parameter TPCANParameter.PCAN_ATTACHED_CHANNELS.
|
TPCANMsg |
Defines a CAN message.
|
TPCANMsgFD |
Defines a CAN FD message.
|
TPCANTimestamp |
Defines the point of time at which a CAN message was received.
|
TPCANTimestampFD |
Defines the point of time at which a CAN message was received.
|
Enum | Description |
---|---|
TPCANBaudrate |
Baud rate codes = BTR0/BTR1 register values for the CAN controller.
|
TPCANBitrateFDValue |
Baud rate codes = BTR0/BTR1 register values for the CAN controller.
|
TPCANDevice |
Represents a PCAN device
|
TPCANHandle |
Represents a PCAN-hardware channel handle.
|
TPCANMessageType |
Represents the type of a PCAN message
|
TPCANMode |
Represents a PCAN filter mode.
|
TPCANParameter |
Parameter definition.
|
TPCANParameterValue |
Parameter values definition
|
TPCANStatus |
Represent the PCAN error and status codes
|
TPCANType |
Represents a PCAN device
|