libmodbus icon indicating copy to clipboard operation
libmodbus copied to clipboard

Feature request: user data to store with context

Open JetForMe opened this issue 3 years ago • 1 comments

It would be helpful to have be able to store some user data with the context, primarily for use in callback functions. E.g.:

MODBUS_API void modbus_set_user_data(modbus_t *ctx, void *user_data);
MODBUS_API void* modbus_get_user_data(modbus_t *ctx);

This allows a client of the API to store some context for use in a callback like modbus_rtu_set_custom_rts().

JetForMe avatar Jun 10 '22 21:06 JetForMe

Related to https://github.com/stephane/libmodbus/pull/646

stephane avatar Aug 17 '22 13:08 stephane