Show / Hide Table of Contents

    Class PresenceReceivedEventArgs

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll
    API Level:
    3

    This class represents event arguments of the PresenceReceived event.

    public class PresenceReceivedEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    PresenceReceivedEventArgs

    Properties

    View Source

    EventType

    Indicates the event type.

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

    The event type.

    API Level: 3
    View Source

    HostAddress

    Indicates the host address of resource.

    Declaration
    public string HostAddress { get; }
    Property Value
    Type Description
    String

    The host address of resource.

    API Level: 3
    View Source

    PresenceId

    Indicates the request ID of the presence event.

    Declaration
    public int PresenceId { get; }
    Property Value
    Type Description
    Int32

    The request ID of the presence event.

    API Level: 3
    View Source

    Type

    Indicates the type of the resource.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    String

    The type of the resource.

    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX