Add method to SlaveGroup
to get all slave statuses at once
#105
Labels
feature
New feature or request
SlaveGroup
to get all slave statuses at once
#105
This requires internal support for sending multiple PDUs at a time (as many fit in an Ethernet packet) which is a useful feature to have for other purposes.
One option is to add
SlaveState::Other(Flags)
whereFlags
is abitflags
struct. This allows both easily checking if every slave in a group is in the same state, as well as collecting different states in some bit flags.The text was updated successfully, but these errors were encountered: