CS104_Slave_setLocalAddress

Function CS104_Slave_setLocalAddress 

Source
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 instance
  • ipAddress - the IP address string or hostname