MiniCAN | MiniCAN: CAN_INTERFACE_READ Struct Reference | Documentation |
#include <minican.h>
Data Fields | |
ULONG | ulTimeStampHi |
upper 32 bit of timestamp | |
ULONG | ulTimeStampLo |
lower 32 bit of timestamp | |
ULONG | ulFormat |
message format: 11 | 29 | |
ULONG | ulId |
message ID | |
ULONG | ulDataSize |
size of received CAN message | |
UCHAR | aucData [8] |
buffer for CAN message |
Received CAN messages are stored in this structure. This data type is also used when reading messages via function 4 (Read0) or 6 (Read1)
Definition at line 32 of file minican.h.
UCHAR CAN_INTERFACE_READ::aucData[8] |
ULONG CAN_INTERFACE_READ::ulId |
24 Sep 2008 | SORCUS Computer GmbH |