Module: PCAN_USB::Core

Extended by:
DL::Importable
Defined in:
lib/PCAN_USB.rb

Constant Summary collapse

TPCANMsg =
struct [
  "long id",
  "char message_type",
  "char length",
  "UCHAR data[8]",
]
Device_Number =
struct ["long value"]
Version_Info =
struct ["char value[128]"]