Show / Hide Table of Contents

    Class PlatformInformationFoundEventArgs

    Definition

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

    This class represents event arguments of the PlatformInformationFound event.

    public class PlatformInformationFoundEventArgs
    Inheritance
    Object
    PlatformInformationFoundEventArgs

    Properties

    View Source

    DateOfManufacture

    Indicates the manufacturing date of the device.

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

    The manufacturing date of the device.

    API Level: 3
    View Source

    EventContinue

    Indicates to continuously receive the event for finding the platform information.

    Declaration
    public bool EventContinue { get; set; }
    Property Value
    Type Description
    Boolean

    Continuously receive the event for finding the platform information.

    API Level: 3
    View Source

    FirmwareVersion

    Indicates the version of the device firmware.

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

    The version of the device firmware.

    API Level: 3
    View Source

    HardwareVersion

    Indicates the version of the platform Hardware.

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

    The version of the platform Hardware.

    API Level: 3
    View Source

    ManufacturerName

    Indicates the name of the manufacturer.

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

    The name of the manufacturer.

    API Level: 3
    View Source

    ManufacturerURL

    Indicates the URL of the manufacturer.

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

    The URL of the manufacturer.

    API Level: 3
    View Source

    ModelNumber

    Indicates the model number as designated by the manufacturer.

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

    The model number as designated by the manufacturer.

    API Level: 3
    View Source

    OsVersion

    Indicates the version of the platfrom resident OS.

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

    The version of the platfrom resident OS.

    API Level: 3
    View Source

    PlatformId

    Indicates the platform identifier.

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

    The platform identifier.

    API Level: 3
    View Source

    PlatformVersion

    Indicates the version of the platfrom defined by the manufacturer.

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

    The version of platfrom defined by manufacturer.

    API Level: 3
    View Source

    RequestId

    Indicates the request ID.

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

    The request ID.

    API Level: 3
    View Source

    SupportUrl

    Indicates the URL that points to support information from the manufacturer.

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

    The URL that points to support information from the manufacturer.

    API Level: 3
    View Source

    SystemTime

    Indicates the reference time of the device.

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

    The reference time of the device.

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