CS104_Slave_create

Function CS104_Slave_create 

Source
pub unsafe extern "C" fn CS104_Slave_create(
    maxLowPrioQueueSize: c_int,
    maxHighPrioQueueSize: c_int,
) -> CS104_Slave
Expand description

Create a new instance of a CS104 slave (server)

§Arguments

  • maxLowPrioQueueSize - the maximum size of the event queue
  • maxHighPrioQueueSize - the maximum size of the high-priority queue

§Returns

the new slave instance