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

Enable / disable the device query service.

bool

Device query service get state.

void

Get EUI64 of current discovery target.

API Documentation#

emberAfPluginDeviceQueryServiceEnableDisable#

void emberAfPluginDeviceQueryServiceEnableDisable (bool enable)

Enable / disable the device query service.

Parameters
TypeDirectionArgument NameDescription
boolN/Aenable

enable/disbale value Ver.:Always


emberAfPluginDeviceQueryServiceGetEnabledState#

bool emberAfPluginDeviceQueryServiceGetEnabledState (void )

Device query service get state.

Parameters
TypeDirectionArgument NameDescription
voidN/A

Returns

  • enable state


emberAfPluginDeviceQueryServiceGetCurrentDiscoveryTargetEui64#

void emberAfPluginDeviceQueryServiceGetCurrentDiscoveryTargetEui64 (EmberEUI64 returnEui64)

Get EUI64 of current discovery target.

Parameters
TypeDirectionArgument NameDescription
EmberEUI64N/AreturnEui64

Ver.:Always