Class PresenceReceivedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the PresenceReceived event.
public class PresenceReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPresenceReceivedEventArgs
Properties
View SourceEventType
Indicates the event type.
Declaration
public PresenceEventType EventType { get; }
Property Value
Type | Description |
---|---|
PresenceEventType | 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. |