Class | Description |
---|---|
Application | |
CANReadThread |
The CANReadThread class extends Thread class and is used to process readed CAN Messages.
|
CANSendThread |
The CANSendThread class extends Thread class and is used to send CAN Messages.
|
ChannelItem |
The ChannelItem class wraps a PCANBasic Channel within his TPCANHandle, his TPCANType (for Non-PNP devices only)
and a boolean property which indicates if it is in working state.
|
MarkAllChannelItem | |
MutableInteger |
The MutableInteger class wraps a value of the primitive type int in an object.
|
TableDataRow |
The TableDataRow class is a structure to store all provided info by a CAN Message
|
TableMessageThread |
The TableMessageThread class extends Thread class and is used to process JTable display.
|