Radiocraft Wireless M-Bus extension module  1.00.00
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 96 of file mod_mbus.c.

Field Documentation

◆ control

int16 mbus_send::control

Value of the control field to use when sending.

Definition at line 103 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ data

int8* mbus_send::data

Data to send.

Definition at line 105 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ error

int16 mbus_send::error

error value from call, set by VPL

Definition at line 100 of file mod_mbus.c.

◆ length

int16 mbus_send::length

Length of the data to send.

Definition at line 104 of file mod_mbus.c.

Referenced by mbusCallSend().

◆ retval

int16 mbus_send::retval

return value from call, set by VPL

Definition at line 99 of file mod_mbus.c.


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