Data Acquisition Framework
API for Tags Programming
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Modules
Typedefs | Functions
Modbus.h File Reference

Modbus object. More...

#include <mxidaf/TagV2.h>

Go to the source code of this file.

Typedefs

typedef struct mxmodbus_ mxmodbus
 mxmodbus instance
 

Functions

mxmodbusmxmodbus_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...
 

Detailed Description

Modbus object.