Class ObserverNotifiedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
This class represents event arguments of the ObserverNotified event.
C#Copypublic class ObserverNotifiedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | Representation of the resource being observed. |
API Level: 3
Declaration
C#Copypublic ResponseCode Result { get; }
Property Value
Type | Description |
---|---|
ResponseCode | Result of the observe response. |