Radiocraft Wireless M-Bus extension module  2.18
mbus_filter_receive Struct Reference

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_frameframe
 The provided struct is filled with the values of a received M-Bus frame. More...
 

Detailed Description

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.

Field Documentation

◆ error

int16 mbus_filter_receive::error

error value from call, set by VPL

Definition at line 133 of file mod_mbus.c.

◆ frame

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().

◆ idx

int16 mbus_filter_receive::idx

id of filter to receive from.

Definition at line 136 of file mod_mbus.c.

Referenced by mbusCallFilterReceive().

◆ retval

int16 mbus_filter_receive::retval

return value from call, set by VPL

Definition at line 132 of file mod_mbus.c.


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