- callAPIFunctionRead(TPCANHandle) - Method in class peak.can.CANReadThread
-
Calls the PCANBasic Read Function according the readTimeStamp parameter
- callAPIFunctionSend(TPCANHandle) - Method in class peak.can.CANSendThread
-
Calls the PCANBasic Send Function
- CANReadThread - Class in peak.can
-
The CANReadThread class extends Thread class and is used to process readed CAN Messages.
- CANReadThread(PCANBasic, Vector<ChannelItem>, HashMap) - Constructor for class peak.can.CANReadThread
-
- CANSendThread - Class in peak.can
-
The CANSendThread class extends Thread class and is used to send CAN Messages.
- CANSendThread(PCANBasic, Vector<ChannelItem>) - Constructor for class peak.can.CANSendThread
-
- ChannelItem - Class in peak.can
-
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.
- ChannelItem() - Constructor for class peak.can.ChannelItem
-
Default Constructor
- ChannelItem(TPCANHandle) - Constructor for class peak.can.ChannelItem
-
Constructor
- ChannelItem(TPCANHandle, TPCANType) - Constructor for class peak.can.ChannelItem
-
Constructor
- clone() - Method in class peak.can.basic.TPCANMsg
-
Clones this message object.
- containsSJA(TPCANHandle, TPCANType) - Static method in enum peak.can.basic.TPCANHandle
-
Verify the provided TPCANHandle contains a SJA1000 controller
- customizableParameters() - Static method in enum peak.can.basic.TPCANParameter
-
Returns the list of PCAN Parameters which are customizable as array