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
-
enable
If 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
-
intervalS
The long poll interval in seconds.
void emberAfPluginPollSetShortPollInterval | ( | uint8_t |
intervalQS
|
) |
Sets the short poll interval.
- Parameters
-
intervalQS
The short poll interval in quarter seconds.