Class PresenceReceivedEventArgs
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the PresenceReceived event.
public class PresenceReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PresenceReceived Event Args
Properties
View SourceEventType
Indicates the event type.
Declaration
public PresenceEventType EventType { get; }
Property Value
Type | Description |
---|---|
Presence |
The event type. |
HostAddress
Indicates the host address of resource.
Declaration
public string HostAddress { get; }
Property Value
Type | Description |
---|---|
string | The host address of resource. |
PresenceId
Indicates the request ID of the presence event.
Declaration
public int PresenceId { get; }
Property Value
Type | Description |
---|---|
int | The request ID of the presence event. |
Type
Indicates the type of the resource.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string | The type of the resource. |