Home
last modified time | relevance | path

Searched refs:max_adu_length (Results 1 – 2 of 2) sorted by relevance

/dports/comms/libmodbus/libmodbus-3.1.6/src/
H A Dmodbus-private.h71 unsigned int max_adu_length; member
H A Dmodbus.c451 if ((msg_length + length_to_read) > (int)ctx->backend->max_adu_length) { in _modbus_receive_msg()