Zigbee Protocol Controller 1.6.0
request_poller.h File Reference
#include "sl_status.h"

Go to the source code of this file.

Functions

sl_status_t initialize_request_poller_process ()
 Start rust process. This process drives the task executor in rust. More...
 
void register_poll_handler (void(*handler)())
 register a handler thats called when a poll is requested. setting it a second time will overwrite the previous time. More...
 
void request_poller_poll_request ()
 request a poll More...
 

Function Documentation

◆ initialize_request_poller_process()

sl_status_t initialize_request_poller_process ( )

Start rust process. This process drives the task executor in rust.

◆ register_poll_handler()

void register_poll_handler ( void(*)()  handler)

register a handler thats called when a poll is requested. setting it a second time will overwrite the previous time.

◆ request_poller_poll_request()

void request_poller_poll_request ( )

request a poll