![]() |
libPCBUSB
Version 0.13, Build 1978 of July 28, 2024
macOS Library for PCAN-USB Interfaces
|
#include <PCBUSB.h>
Data Fields | |
TPCANHandle | channel_handle |
PCAN channel handle. More... | |
TPCANDevice | device_type |
Kind of PCAN device. More... | |
BYTE | controller_number |
CAN-Controller number. More... | |
DWORD | device_features |
Device capabilities flag (see FEATURE_*) More... | |
char | device_name [MAX_LENGTH_HARDWARE_NAME] |
Device name. More... | |
DWORD | device_id |
Device number. More... | |
DWORD | channel_condition |
Availability status of a PCAN-Channel. More... | |
Describes an available PCAN channel
DWORD channel_condition |
Availability status of a PCAN-Channel.
TPCANHandle channel_handle |
PCAN channel handle.
BYTE controller_number |
CAN-Controller number.
DWORD device_features |
Device capabilities flag (see FEATURE_*)
DWORD device_id |
Device number.
char device_name[MAX_LENGTH_HARDWARE_NAME] |
Device name.
TPCANDevice device_type |
Kind of PCAN device.