Data Fields

_mbus_address Struct Reference

MBus slave address type (primary/secodary address). More...

#include <mbus-protocol-aux.h>

Data Fields

char is_primary
 Address type (non zero for primary).
union {
   int   primary
 Primary address (for slaves shall be from 1 to 250).
   char *   secondary
 Secondary address (shall be 16 digits).
}; 

Detailed Description

MBus slave address type (primary/secodary address).


Field Documentation

union { ... }

Address type (non zero for primary).

Primary address (for slaves shall be from 1 to 250).

Secondary address (shall be 16 digits).


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines