pub unsafe extern "C" fn CS104_Slave_setLocalAddress(
self_: CS104_Slave,
ipAddress: *const c_char,
)Expand description
Set the local IP address to bind the server use “0.0.0.0” to bind to all interfaces
§Arguments
self- the slave instanceipAddress- the IP address string or hostname