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
    object
    System.EventArgs
    PresenceReceivedEventArgs

    Properties

    View Source

    EventType

    Indicates the event type.

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

    The event type.

    View Source

    HostAddress

    Indicates the host address of resource.

    Declaration
    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
    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
    public string Type { get; }
    Property Value
    Type Description
    string

    The type of the resource.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX