Class DeviceInformationFoundEventArgs

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll

    This class represents event arguments of the DeviceInformationFound event.

    [Obsolete("Deprecated since API level 13")]
    public class DeviceInformationFoundEventArgs
    Inheritance
    object
    DeviceInformationFoundEventArgs

    Properties

    View Source

    DataModelVersion

    Indicates version of the specs this device data model is implemented to.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public string DataModelVersion { get; }
    Property Value
    Type Description
    string

    Version of the specs this device data model is implemented to.

    View Source

    DeviceId

    Indicates an unique identifier for the OIC device.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public string DeviceId { get; }
    Property Value
    Type Description
    string

    Unique identifier for OIC device.

    View Source

    EventContinue

    Indicates to continuously receive the event for finding device information.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public bool EventContinue { get; set; }
    Property Value
    Type Description
    bool

    Continuously receive the event for finding device information.

    View Source

    Name

    Indicates the human friendly name for device.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public string Name { get; }
    Property Value
    Type Description
    string

    Human friendly name for device.

    View Source

    RequestId

    The request ID.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public int RequestId { get; }
    Property Value
    Type Description
    int

    The request ID.

    View Source

    SpecVersion

    Indicates the spec version of the core specification.

    Declaration
    [Obsolete("Deprecated since API level 13")]
    public string SpecVersion { get; }
    Property Value
    Type Description
    string

    Spec version of the core specification.

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