You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to improve callback?
instead of
bool cbf0(Modbus::ResultCode event, uint16_t transactionId, void* data)
to
bool cbfx(Modbus::ResultCode event, uint16_t transactionId, void* data, int idSlave)
in case of multiples slaves inside the call back would be there the idSlave and would make it easier to work on the errors.
the transationid is just that...
The text was updated successfully, but these errors were encountered:
Is it possible to improve callback?
instead of
bool cbf0(Modbus::ResultCode event, uint16_t transactionId, void* data)
to
bool cbfx(Modbus::ResultCode event, uint16_t transactionId, void* data, int idSlave)
in case of multiples slaves inside the call back would be there the idSlave and would make it easier to work on the errors.
the transationid is just that...
The text was updated successfully, but these errors were encountered: