mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
update eModbus to 1.7.2, #2254
This commit is contained in:
@@ -42,7 +42,10 @@ public:
|
||||
// Returns true if the worker was found and removed
|
||||
bool unregisterWorker(uint8_t serverID, uint8_t functionCode = 0);
|
||||
|
||||
// isServerFor: if any worker function is registered for the given serverID, return true
|
||||
// isServerFor: if a worker function is registered for the given serverID, return true
|
||||
bool isServerFor(uint8_t serverID, uint8_t functionCode);
|
||||
|
||||
// isServerFor: short version to look up if the server is known at all
|
||||
bool isServerFor(uint8_t serverID);
|
||||
|
||||
// getMessageCount: read number of messages processed
|
||||
|
||||
Reference in New Issue
Block a user