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.
    Represents a PCAN classic bit rate string.
    FD bit rates for the CAN FD controller.
    Bitrate parameters composing a TPCANBitrateFD.
    XL bit rates for the CAN XL controller.
    Bitrate parameters composing a TPCANBitrateXL.
    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 the type of a PCAN XL message
    Represents a PCAN filter mode.
    Defines a CAN message.
    Defines a CAN FD message.
    Defines a CAN XL 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.
    Defines the point of time at which a CAN XL message was received.
    Represents a PCAN device Since 5.0, only Plug'n play hardware are supported.