(Deprecated) IotcPropertySet
represents information about the properties that are currently set.
-
Header
-
#include <iotcAgent.h>
-
Data Fields
-
IotcProperty * property
size_t used
size_t size
-
Field Description
-
Field |
Description |
IotcDeviceId deviceId |
Contains an array of devices used. |
IotcProperty * property |
Contains an array of properties used. |
size_t used |
Represents the number properties currently set. |
size_t size |
Represents the capacity of the property set. |