pub unsafe extern "C" fn CS104_RedundancyGroup_addAllowedClientEx(
self_: CS104_RedundancyGroup,
ipAddress: *const u8,
addressType: eCS104_IPAddressType,
)Expand description
Add an allowed client to the redundancy group
ยงArguments
ipAddress- the IP address as byte buffer (4 byte for IPv4, 16 byte for IPv6)addressType- type of the IP address (either IP_ADDRESS_TYPE_IPV4 or IP_ADDRESS_TYPE_IPV6)