天嵌二次封装库使用手册
V2.1.2
|
#include "modbus.h"
宏定义 | |
#define | MODBUS_TCP_DEFAULT_PORT 502 |
#define | MODBUS_TCP_SLAVE 0xFF |
#define | MODBUS_TCP_MAX_ADU_LENGTH 260 |
函数 | |
MODBUS_API modbus_t * | modbus_new_tcp (const char *ip_address, int port) |
MODBUS_API int | modbus_tcp_listen (modbus_t *ctx, int nb_connection) |
MODBUS_API int | modbus_tcp_accept (modbus_t *ctx, int *s) |
MODBUS_API modbus_t * | modbus_new_tcp_pi (const char *node, const char *service) |
MODBUS_API int | modbus_tcp_pi_listen (modbus_t *ctx, int nb_connection) |
MODBUS_API int | modbus_tcp_pi_accept (modbus_t *ctx, int *s) |
#define MODBUS_TCP_DEFAULT_PORT 502 |
在文件 modbus-tcp.h 第 34 行定义.
#define MODBUS_TCP_MAX_ADU_LENGTH 260 |
在文件 modbus-tcp.h 第 40 行定义.
#define MODBUS_TCP_SLAVE 0xFF |
在文件 modbus-tcp.h 第 35 行定义.
MODBUS_API modbus_t* modbus_new_tcp | ( | const char * | ip_address, |
int | port | ||
) |
MODBUS_API modbus_t* modbus_new_tcp_pi | ( | const char * | node, |
const char * | service | ||
) |
MODBUS_API int modbus_tcp_accept | ( | modbus_t * | ctx, |
int * | s | ||
) |
MODBUS_API int modbus_tcp_listen | ( | modbus_t * | ctx, |
int | nb_connection | ||
) |
MODBUS_API int modbus_tcp_pi_accept | ( | modbus_t * | ctx, |
int * | s | ||
) |
MODBUS_API int modbus_tcp_pi_listen | ( | modbus_t * | ctx, |
int | nb_connection | ||
) |