This function retrieves all the connected devices for a device using the ID and type.
- API
-
int Iotc_GetDevices ( IotcSession * iotcSession, IotcDeviceId * parentId )
- Description
-
The devices would be returned with a pointer to
IotcDeviceSetin theIotcGetResponsewithIOTC_GET_DEVICESas the response message type. - Parameters
-
iotcSessionThe current
IotcSessionto be used.parentIdDevice ID for which the connected device IDs must be retrieved.