Enum ResourcePolicy
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
Enumeration for the policy, which can be held in a resource.
public enum ResourcePolicy
Fields
| Name | Description |
|---|---|
| Active | Indicates resource initialized and activated. |
| Discoverable | Indicates resource that is allowed to be discovered. |
| ExplicitDiscoverable | When this bit is set, the resource is allowed to be discovered only if discovery request contains an explicit querystring. |
| NoProperty | Indicates resource uninitialized. |
| Observable | Indicates resource that is allowed to be observed. |
| Secure | Indicates secure resource. |
| Slow | Indicates resource, which takes some delay to respond. |