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#
Copy
public class ObserverNotifiedEventArgs : EventArgs
Inheritance
ObserverNotifiedEventArgs

Properties

View Source

Representation

Representation of the resource being observed.

Declaration
C#
Copy
public Representation Representation { get; }
Property Value
Type Description
Representation

Representation of the resource being observed.

API Level: 3
View Source

Result

Result of the observe response.

Declaration
C#
Copy
public ResponseCode Result { get; }
Property Value
Type Description
ResponseCode

Result of the observe response.

API Level: 3