public interface OnDeviceAttributeListener
Get capability from device.
abstract void
onReceive(Map<String, Object> capability)
onError(int code, String errMsg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onReceive(Map<String, Object> capability)
Receive capability sent by the device.
capability
abstract void onError(int code, String errMsg)