Package peak.can.basic


package peak.can.basic
  • Class
    Description
    This interface is implemented by classes which need to process the CAN Receive-Event.
    The MutableTPCANHandle class wraps a value of the immutable enumeration TPCANHandle in an object (to be used with the JNI library).
    This is the main class for using the PCANBasic API with your java applications.
    This class is a gateway between the PCAN Light JNI and the application to dispatch the CAN Receive-Event.
    Baud rate codes = BTR0/BTR1 register values for the CAN controller.
    FD bit rates for the CAN FD controller.
    Baud rate codes = BTR0/BTR1 register values for the CAN controller.
    Class storing the channel's information retrieved with parameter TPCANParameter.PCAN_ATTACHED_CHANNELS.
    Represents a PCAN device
    Represents a PCAN-hardware channel handle.
    Represents the type of a PCAN message
    Represents a PCAN filter mode.
    Defines a CAN message.
    Defines a CAN FD message.
    Parameter definition.
    Parameter values definition
    Represent the PCAN error and status codes
    Defines the point of time at which a CAN message was received.
    Defines the point of time at which a CAN message was received.
    Represents a PCAN device