Radiocraft Wireless M-Bus extension module
2.18
|
FUNCTION mbusReceive
Defines the data structure of the VPL function mbusReceive.
More...
Data Fields | |
int16 | retval |
return value from call, set by VPL More... | |
int16 | error |
error value from call, set by VPL More... | |
int32 | timeout |
Time to wait for data if buffer is empty in milliseconds. If timeout is -1, wait until data is received. More... | |
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... | |
tdef_mbus_frame * | frame |
The provided struct is filled with the values of a received M-Bus frame. More... | |
FUNCTION mbusReceive
Defines the data structure of the VPL function mbusReceive.
This function receives data from the M-Bus module.
Definition at line 151 of file mod_mbus.c.
int16 mbus_receive::error |
error value from call, set by VPL
Definition at line 155 of file mod_mbus.c.
tdef_mbus_frame* mbus_receive::frame |
The provided struct is filled with the values of a received M-Bus frame.
Definition at line 165 of file mod_mbus.c.
Referenced by mbusCallReceive().
uint32 mbus_receive::id |
Identification number/serial number. Part of the address of the slave.
Definition at line 160 of file mod_mbus.c.
Referenced by mbusCallReceive().
int16 mbus_receive::manufacturer |
Manufacturer ID. Part of the address of the slave.
Definition at line 159 of file mod_mbus.c.
Referenced by mbusCallReceive().
int16 mbus_receive::retval |
return value from call, set by VPL
Definition at line 154 of file mod_mbus.c.
int32 mbus_receive::timeout |
Time to wait for data if buffer is empty in milliseconds. If timeout is -1, wait until data is received.
Definition at line 158 of file mod_mbus.c.
Referenced by mbusCallReceive().
uint8 mbus_receive::type |
Device Type. Part of the address of the slave.
Definition at line 162 of file mod_mbus.c.
Referenced by mbusCallReceive().
uint8 mbus_receive::version |
Version number. Part of the address of the slave.
Definition at line 161 of file mod_mbus.c.
Referenced by mbusCallReceive().