This function retrieves all the certificate Ids of the associated devices.
- API
-
int Iotc_GetCertificateIds(IotcSession *iotcSession, const IotcDeviceId *deviceId )
- Description
-
Get all the certificate Ids associated with a device.
- Parameters
-
iotcSession
The current
IotcSession
to be used.deviceId
Pointer to the device identifier of the device.
- Returns
-
0 on success and -1 on failure.