Class PresenceReceivedEventArgs

Definition

Namespace:
Tizen.Network.IoTConnectivity
Assembly:
Tizen.Network.IoTConnectivity.dll

This class represents event arguments of the PresenceReceived event.

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

Properties

View Source

EventType

Indicates the event type.

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

The event type.

View Source

HostAddress

Indicates the host address of resource.

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

The host address of resource.

View Source

PresenceId

Indicates the request ID of the presence event.

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

The request ID of the presence event.

View Source

Type

Indicates the type of the resource.

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

The type of the resource.