Module: PCANUSB::Core

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

Overview


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]"]