Radiocraft Wireless M-Bus extension module
2.18
|
FUNCTION mbusFilterReceive
Defines the data structure of the VPL function mbusFilterReceive.
More...
Data Fields | |
int16 | retval |
return value from call, set by VPL More... | |
int16 | error |
error value from call, set by VPL More... | |
int16 | idx |
id of filter to receive from. More... | |
tdef_mbus_frame * | frame |
The provided struct is filled with the values of a received M-Bus frame. More... | |
FUNCTION mbusFilterReceive
Defines the data structure of the VPL function mbusFilterReceive.
This function receives data from the M-Bus module for a given filter.
Definition at line 129 of file mod_mbus.c.
int16 mbus_filter_receive::error |
error value from call, set by VPL
Definition at line 133 of file mod_mbus.c.
tdef_mbus_frame* mbus_filter_receive::frame |
The provided struct is filled with the values of a received M-Bus frame.
Definition at line 139 of file mod_mbus.c.
Referenced by mbusCallFilterReceive().
int16 mbus_filter_receive::idx |
id of filter to receive from.
Definition at line 136 of file mod_mbus.c.
Referenced by mbusCallFilterReceive().
int16 mbus_filter_receive::retval |
return value from call, set by VPL
Definition at line 132 of file mod_mbus.c.