Radiocraft Wireless M-Bus extension module  1.00.00
mbus_receive Struct Reference

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

Detailed Description

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.

Field Documentation

◆ error

int16 mbus_receive::error

error value from call, set by VPL

Definition at line 123 of file mod_mbus.c.

◆ frame

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

◆ retval

int16 mbus_receive::retval

return value from call, set by VPL

Definition at line 122 of file mod_mbus.c.


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