Functions

void emberAfPluginPollSetShortPollInterval (uint8_t intervalQS)
 Sets the short poll interval. More...
 
void emberAfPluginPollSetLongPollInterval (uint16_t intervalS)
 Sets the long poll interval. More...
 
void emberAfPluginPollEnableShortPolling (bool enable)
 Enables/disables short polling. More...
 

Detailed Description

See poll.h for source code.

Function Documentation

void emberAfPluginPollEnableShortPolling ( bool  enable)

Enables/disables short polling.

Parameters
enableIf this parameter is true, short polling is enabled. Otherwise, the node switches back to long polling.
void emberAfPluginPollSetLongPollInterval ( uint16_t  intervalS)

Sets the long poll interval.

Parameters
intervalSThe long poll interval in seconds.
void emberAfPluginPollSetShortPollInterval ( uint8_t  intervalQS)

Sets the short poll interval.

Parameters
intervalQSThe short poll interval in quarter seconds.