Radiocraft Wireless M-Bus extension module
2.18
|
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... | |
Slave address entries.
Definition at line 284 of file mod_mbus.c.
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().
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().
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().
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().