Class ObserverNotifiedEventArgs
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the ObserverNotified event.
public class ObserverNotifiedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ObserverNotified Event Args
Properties
View SourceRepresentation
Representation of the resource being observed.
Declaration
public Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | Representation of the resource being observed. |
Result
Result of the observe response.
Declaration
public ResponseCode Result { get; }
Property Value
Type | Description |
---|---|
Response |
Result of the observe response. |