NMEA2000 Library  0.1
Library to handle NMEA 2000 Communication written in C++
tNMEA2000::tCANSendFrame Struct Reference

Structure holds all the data needed for a valid CAN-Message. More...

#include <NMEA2000.h>

Public Member Functions

void Clear ()
 

Public Attributes

unsigned char buf [8]
 Data payload for the CAN Message. More...
 
unsigned long id
 ID of the CAN Message. More...
 
unsigned char len
 Length of carried data of the CAN Message. More...
 
bool wait_sent
 Has the CAN Message to wait before sending. More...
 

Detailed Description

Structure holds all the data needed for a valid CAN-Message.

Definition at line 992 of file NMEA2000.h.

Member Function Documentation

◆ Clear()

void tNMEA2000::tCANSendFrame::Clear ( )
inline

Clears all the fields of the CAN Message

Definition at line 1006 of file NMEA2000.h.

Member Data Documentation

◆ buf

unsigned char tNMEA2000::tCANSendFrame::buf[8]

Data payload for the CAN Message.

Definition at line 1000 of file NMEA2000.h.

◆ id

unsigned long tNMEA2000::tCANSendFrame::id

ID of the CAN Message.

Definition at line 996 of file NMEA2000.h.

◆ len

unsigned char tNMEA2000::tCANSendFrame::len

Length of carried data of the CAN Message.

Definition at line 998 of file NMEA2000.h.

◆ wait_sent

bool tNMEA2000::tCANSendFrame::wait_sent

Has the CAN Message to wait before sending.

Definition at line 1002 of file NMEA2000.h.


The documentation for this struct was generated from the following file: