Enum ObservePolicy
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
Enumeration for the policy of observation.
public enum ObservePolicy
Fields
| Name | Description |
|---|---|
| AcceptOutOfOrder | Indicates the observation request for all notifications including state notifications. |
| IgnoreOutOfOrder | Indicates the observation request for the most up-to-date notifications only. |