MiniCAN MiniCAN: CAN_INTERFACE_WRITE Struct Reference Documentation

CAN_INTERFACE_WRITE Struct Reference

data structure for sending messages More...

#include <minican.h>


Data Fields

ULONG ulId
 message ID
ULONG ulFormat
 message format: 11 | 29
ULONG ulDataSize
 size of CAN message to send
UCHAR aucData [8]
 buffer for CAN message


Detailed Description

data structure for sending messages

This data structure is used when providing a message for sending via function 5 (Write0) or 7 (Write1)

Definition at line 50 of file minican.h.


Field Documentation

UCHAR CAN_INTERFACE_WRITE::aucData[8]

buffer for CAN message

Definition at line 55 of file minican.h.

Referenced by Write0(), and Write1().

ULONG CAN_INTERFACE_WRITE::ulDataSize

size of CAN message to send

Definition at line 54 of file minican.h.

Referenced by Write0(), and Write1().

ULONG CAN_INTERFACE_WRITE::ulFormat

message format: 11 | 29

Definition at line 53 of file minican.h.

Referenced by Write0(), and Write1().

ULONG CAN_INTERFACE_WRITE::ulId

message ID

Definition at line 52 of file minican.h.

Referenced by Write0(), and Write1().


The documentation for this struct was generated from the following file:
24 Sep 2008SORCUS Computer GmbH