Class PresenceReceivedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the PresenceReceived event.
C#Copy[Obsolete("Deprecated since API level 13")] public class PresenceReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPresenceReceivedEventArgs
Properties
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public PresenceEventType EventType { get; }
Property Value
| Type | Description |
|---|---|
| PresenceEventType | The event type. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public string HostAddress { get; }
Property Value
| Type | Description |
|---|---|
| string | The host address of resource. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public int PresenceId { get; }
Property Value
| Type | Description |
|---|---|
| int | The request ID of the presence event. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public string Type { get; }
Property Value
| Type | Description |
|---|---|
| string | The type of the resource. |