Data Fields

_mbus_handle Struct Reference

Unified MBus handle type encapsulating either Serial or TCP gateway. More...

#include <mbus-protocol-aux.h>

Data Fields

char is_serial
 _handle type (non zero for serial)
union {
   mbus_tcp_handle *   m_tcp_handle
 TCP gateway handle.
   mbus_serial_handle *   m_serial_handle
 Serial gateway handle.
}; 

Detailed Description

Unified MBus handle type encapsulating either Serial or TCP gateway.


Field Documentation

union { ... }

_handle type (non zero for serial)

Serial gateway handle.

TCP gateway handle.


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