NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Structure that holds the Configuration Information of this device. More...
#include <NMEA2000.h>
Public Attributes | |
const char * | InstallationDescription1 |
pointer to char array holding the installation description 1 More... | |
const char * | InstallationDescription2 |
pointer to char array holding the installation description 2 More... | |
const char * | ManufacturerInformation |
pointer to char array holding the manufacturer information More... | |
Structure that holds the Configuration Information of this device.
Definition at line 734 of file NMEA2000.h.
const char* tNMEA2000::tConfigurationInformation::InstallationDescription1 |
pointer to char array holding the installation description 1
Definition at line 738 of file NMEA2000.h.
const char* tNMEA2000::tConfigurationInformation::InstallationDescription2 |
pointer to char array holding the installation description 2
Definition at line 740 of file NMEA2000.h.
const char* tNMEA2000::tConfigurationInformation::ManufacturerInformation |
pointer to char array holding the manufacturer information
Definition at line 736 of file NMEA2000.h.