Agile Modbus
1.1.4
Lightweight modbus protocol stack.
|
Functions | |
int | agile_modbus_tcp_init (agile_modbus_tcp_t *ctx, uint8_t *send_buf, int send_bufsz, uint8_t *read_buf, int read_bufsz) |
TCP initialization. More... | |
int agile_modbus_tcp_init | ( | agile_modbus_tcp_t * | ctx, |
uint8_t * | send_buf, | ||
int | send_bufsz, | ||
uint8_t * | read_buf, | ||
int | read_bufsz | ||
) |
TCP initialization.
ctx | TCP handle |
send_buf | send buffer |
send_bufsz | send buffer size |
read_buf | receive buffer |
read_bufsz | receive buffer size |
Definition at line 217 of file agile_modbus_tcp.c.