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