Device Query Service#
API and Callbacks for the Device Query Service Component.
This component queries new devices for their endpoints and clusters to record information in the Device Database component.
API#
void
emberAfPluginDeviceQueryServiceEnableDisable(bool enable)
Enable / disable the device query service.
bool
Device query service get state.
void
emberAfPluginDeviceQueryServiceGetCurrentDiscoveryTargetEui64(EmberEUI64 returnEui64)
Get EUI64 of current discovery target.
API Documentation#
emberAfPluginDeviceQueryServiceEnableDisable#
void emberAfPluginDeviceQueryServiceEnableDisable (bool enable)
Enable / disable the device query service.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
bool | N/A | enable | enable/disbale value Ver.:Always |
emberAfPluginDeviceQueryServiceGetEnabledState#
bool emberAfPluginDeviceQueryServiceGetEnabledState (void )
Device query service get state.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Returns
enable state
emberAfPluginDeviceQueryServiceGetCurrentDiscoveryTargetEui64#
void emberAfPluginDeviceQueryServiceGetCurrentDiscoveryTargetEui64 (EmberEUI64 returnEui64)
Get EUI64 of current discovery target.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
EmberEUI64 | N/A | returnEui64 | Ver.:Always |