CS101_Master_start

Function CS101_Master_start 

Source
pub unsafe extern "C" fn CS101_Master_start(self_: CS101_Master)
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 master instance you have to call the CS101_Master_run function periodically.

§Arguments

  • self - CS101_Master instance