pub unsafe extern "C" fn CS104_Slave_setLocalPort(
self_: CS104_Slave,
tcpPort: c_int,
)Expand description
Set the local TCP port to bind the server
ยงArguments
self- the slave instancetcpPort- the TCP port to use (default is 2404)
pub unsafe extern "C" fn CS104_Slave_setLocalPort(
self_: CS104_Slave,
tcpPort: c_int,
)Set the local TCP port to bind the server
self - the slave instancetcpPort - the TCP port to use (default is 2404)