CS104_Slave_setLocalPort

Function CS104_Slave_setLocalPort 

Source
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 instance
  • tcpPort - the TCP port to use (default is 2404)