Radiocraft Wireless M-Bus extension module  2.18
mbus_slave_address Struct Reference

Slave address entries. More...

Data Fields

int16 manufacturer
 Manufacturer ID. Part of the address of the slave. More...
 
uint32 id
 Identification number/serial number. Part of the address of the slave. More...
 
uint8 version
 Version number. Part of the address of the slave. More...
 
uint8 type
 Device Type. Part of the address of the slave. More...
 

Detailed Description

Slave address entries.

Definition at line 284 of file mod_mbus.c.

Field Documentation

◆ id

uint32 mbus_slave_address::id

Identification number/serial number. Part of the address of the slave.

Definition at line 287 of file mod_mbus.c.

Referenced by mbus_address_compare(), mbusCallFilterReceive(), mbusCallReceive(), and moduleInit().

◆ manufacturer

int16 mbus_slave_address::manufacturer

Manufacturer ID. Part of the address of the slave.

Definition at line 286 of file mod_mbus.c.

Referenced by mbus_address_compare(), mbusCallFilterReceive(), mbusCallReceive(), and moduleInit().

◆ type

uint8 mbus_slave_address::type

Device Type. Part of the address of the slave.

Definition at line 289 of file mod_mbus.c.

Referenced by flist_search_remove(), mbus_address_compare(), mbusCallFilterReceive(), mbusCallReceive(), and moduleInit().

◆ version

uint8 mbus_slave_address::version

Version number. Part of the address of the slave.

Definition at line 288 of file mod_mbus.c.

Referenced by mbus_address_compare(), mbusCallFilterReceive(), mbusCallReceive(), and moduleInit().


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