Sends the property set to the server.
-
API
-
int Iotc_SendPropertySet ( IotcSession * iotcSession, IotcKeyValueSet * properties, IotcDeviceId * deviceId )
-
Parameters
-
|
|
|
in |
iotcSession |
Is the connected session returned from Iotc_Init call . |
in |
properties |
Pointer to the property set. |
in |
devuceId |
Device identifier. |
-
Returns
-
0 on success and -1 on failure.