| READY | 1 | The information between devices has been synchronized in the Distributed Data Service (DDS) module, and the device is ready for running distributed services.|
| READY | 1 | The information between devices has been synchronized in the Distributed Data Service (DDS) module, and the device is ready for running distributed services.|
...
@@ -132,7 +132,7 @@ Enumerates the device discovery modes.
...
@@ -132,7 +132,7 @@ Enumerates the device discovery modes.
| callback | AsyncCallback<{deviceId:string,pinToken?:number}> | Yes | Callback used to return the authentication result.|
| callback | AsyncCallback<{deviceId: string, pinToken ?: number}> | Yes | Callback used to return the authentication result.|
| type | string | Yes | Event type. The value **'deviceStateChange'** indicates a device state change event. |
| type | string | Yes | Event type. The value **'deviceStateChange'** indicates a device state change event. |
| callback | Callback<{ action: [DeviceStateChangeAction](#devicestatechangeaction), device: [DeviceInfo](#deviceinfo) }> | Yes | Callback used to return the device information and state.|
| callback | Callback<{ action: [DeviceStateChangeAction](#devicestatechangeaction), device: [DeviceInfo](#deviceinfo) }> | No | Callback used to return the device information and state.|
| type | string | Yes | Event type. The value **'deviceFound'** indicates an event reported when a device is discovered. |
| type | string | Yes | Event type. The value **'deviceFound'** indicates an event reported when a device is discovered. |
| callback | Callback<{ subscribeId: number, device: [DeviceInfo](#deviceinfo) }> | Yes | Callback used to return the device information and state.|
| callback | Callback<{ subscribeId: number, device: [DeviceInfo](#deviceinfo) }> | No | Callback used to return the device information and state.|
| type | string | Yes | Event type. The event **'discoverFail'** indicates an event reported when device discovery fails.|
| type | string | Yes | Event type. The event **'discoverFail'** indicates an event reported when device discovery fails.|
| callback | Callback<{ subscribeId: number, reason: number }> | Yes | Callback used for the device discovery failure. |
| callback | Callback<{ subscribeId: number, reason: number }> | Yes | Callback used for the device discovery failure. |