pub unsafe extern "C" fn CS104_Slave_addRedundancyGroup(
self_: CS104_Slave,
redundancyGroup: CS104_RedundancyGroup,
)Expand description
Add a new redundancy group to the server.
A redundancy group is a group of clients that share the same event queue. This function can only be used with server mode CS104_MODE_MULTIPLE_REDUNDANCY_GROUPS.
NOTE: Has to be called before the server is started!
ยงArguments
redundancyGroup- the new redundancy group