|
Data Acquisition Framework
API for Tags Programming
|
Modbus object. More...
#include <mxidaf/TagV2.h>Go to the source code of this file.
Typedefs | |
| typedef struct mxmodbus_ | mxmodbus |
| mxmodbus instance | |
Functions | |
| mxmodbus * | mxmodbus_new () |
| Create mxmodbus. More... | |
| void | mxmodbus_delete (mxmodbus *self) |
| Delete mxmodbus instance. More... | |
| int | mxmodbus_read (mxmodbus *self, const char *equipment_name, const char *tag_name, int timeout_ms, value_t *value, value_type_t *value_type) |
| Read Modbus tag. More... | |
| int | mxmodbus_write (mxmodbus *self, const char *equipment_name, const char *tag_name, int timeout_ms, value_t value, value_type_t value_type) |
| Write Modbus tag. More... | |
Modbus object.
1.8.8