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#Copypublic class PresenceReceivedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic PresenceEventType EventType { get; }
Property Value
Type | Description |
---|---|
PresenceEventType | The event type. |
API Level: 3
Declaration
C#Copypublic string HostAddress { get; }
Property Value
Type | Description |
---|---|
System.String | The host address of resource. |
API Level: 3
Declaration
C#Copypublic int PresenceId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The request ID of the presence event. |
API Level: 3
Declaration
C#Copypublic string Type { get; }
Property Value
Type | Description |
---|---|
System.String | The type of the resource. |