Class PresenceReceivedEventArgs

Definition

Namespace:
Tizen.Network.IoTConnectivity
Assembly:
Tizen.Network.IoTConnectivity.dll
API Level:
3

This class represents event arguments of the PresenceReceived event.

C#
Copy
public class PresenceReceivedEventArgs : EventArgs
Inheritance
System.Object
PresenceReceivedEventArgs

Properties

View Source

EventType

Indicates the event type.

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

The event type.

API Level: 3
View Source

HostAddress

Indicates the host address of resource.

Declaration
C#
Copy
public string HostAddress { get; }
Property Value
Type Description
System.String

The host address of resource.

API Level: 3
View Source

PresenceId

Indicates the request ID of the presence event.

Declaration
C#
Copy
public int PresenceId { get; }
Property Value
Type Description
Int32

The request ID of the presence event.

API Level: 3
View Source

Type

Indicates the type of the resource.

Declaration
C#
Copy
public string Type { get; }
Property Value
Type Description
System.String

The type of the resource.

API Level: 3