Radiocraft Wireless M-Bus extension module  2.18
mbus_send Struct Reference

FUNCTION mbusSend
Defines the data structure of the VPL function mbusSend. More...

Data Fields

int16 retval
 return value from call, set by VPL More...
 
int16 error
 error value from call, set by VPL More...
 
int16 control
 Value of the control field to use when sending. More...
 
int16 length
 Length of the data to send. More...
 
int8 * data
 Data to send. More...
 

Detailed Description

FUNCTION mbusSend
Defines the data structure of the VPL function mbusSend.

Definition at line 106 of file mod_mbus.c.

Field Documentation

◆ control

int16 mbus_send::control

Value of the control field to use when sending.

Definition at line 113 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ data

int8* mbus_send::data

Data to send.

Definition at line 115 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ error

int16 mbus_send::error

error value from call, set by VPL

Definition at line 110 of file mod_mbus.c.

◆ length

int16 mbus_send::length

Length of the data to send.

Definition at line 114 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ retval

int16 mbus_send::retval

return value from call, set by VPL

Definition at line 109 of file mod_mbus.c.


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