IamUtil.getDeviceDetailsCallback()
DESCRIPTION
Retrieve device information that typically does not need a paired user. Runs asynchronously with a callback.
Error information is sent to the callback.
DECLARATION
public abstract void getDeviceDetailsCallback(Connection connection, IamCallback<DeviceDetails> callback)
PARAMETERS
connection:
- An established connection to the device
callback:
- The callback that will be run once the function has completed successfully or erroneously.