Radiocraft Wireless M-Bus extension module
1.00.00
|
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... | |
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 119 of file mod_mbus.c.
int16 mbus_receive::error |
error value from call, set by VPL
Definition at line 123 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 128 of file mod_mbus.c.
Referenced by mbusCallReceive().
int16 mbus_receive::retval |
return value from call, set by VPL
Definition at line 122 of file mod_mbus.c.