Radiocraft Wireless M-Bus extension module
1.00.00
|
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... | |
FUNCTION mbusSend
Defines the data structure of the VPL function mbusSend.
Definition at line 96 of file mod_mbus.c.
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().
int8* mbus_send::data |
int16 mbus_send::error |
error value from call, set by VPL
Definition at line 100 of file mod_mbus.c.
int16 mbus_send::length |
Length of the data to send.
Definition at line 104 of file mod_mbus.c.
Referenced by mbusCallSend().
int16 mbus_send::retval |
return value from call, set by VPL
Definition at line 99 of file mod_mbus.c.