Event Handling#
WiSeConnect™ SDK v3.x utilizes two threads for handling events:
The
bus_thread
sends commands to the SiWx91x™ network processor and processes the responses sent back by the network processor.The
event_thread
performs asynchronous processing for commands and events.
WiSeConnect SDK v2.x utilizes a single thread (wireless_driver_task
) to send commands, process responses, and perform asynchronous processing.