pub unsafe extern "C" fn CS104_RedundancyGroup_create(
name: *const c_char,
) -> CS104_RedundancyGroupExpand description
Create a new redundancy group.
A redundancy group is a group of clients that share the same event queue. Redundancy groups can only be used with server mode CS104_MODE_MULTIPLE_REDUNDANCY_GROUPS.