pub unsafe extern "C" fn CS104_Slave_setMaxOpenConnections(
self_: CS104_Slave,
maxOpenConnections: c_int,
)Expand description
set the maximum number of open client connections allowed
NOTE: the number cannot be larger than the static maximum defined in
ยงArguments
self- the slave instancemaxOpenConnections- the maximum number of open client connections allowed