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

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...
 

Detailed Description

Structure that holds the Configuration Information of this device.

Definition at line 734 of file NMEA2000.h.

Member Data Documentation

◆ InstallationDescription1

const char* tNMEA2000::tConfigurationInformation::InstallationDescription1

pointer to char array holding the installation description 1

Definition at line 738 of file NMEA2000.h.

◆ InstallationDescription2

const char* tNMEA2000::tConfigurationInformation::InstallationDescription2

pointer to char array holding the installation description 2

Definition at line 740 of file NMEA2000.h.

◆ ManufacturerInformation

const char* tNMEA2000::tConfigurationInformation::ManufacturerInformation

pointer to char array holding the manufacturer information

Definition at line 736 of file NMEA2000.h.


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