CS101_Slave_start

Function CS101_Slave_start 

Source
pub unsafe extern "C" fn CS101_Slave_start(self_: CS101_Slave)
Expand description

Start a background thread that handles the link layer connections

NOTE: This requires threads. If you don’t want to use a separate thread for the slave instance you have to call the CS101_Slave_run function periodically.

§Arguments

  • self - CS101_Slave instance