CS104_RedundancyGroup_create

Function CS104_RedundancyGroup_create 

Source
pub unsafe extern "C" fn CS104_RedundancyGroup_create(
    name: *const c_char,
) -> CS104_RedundancyGroup
Expand 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.