Class PlatformInformationFoundEventArgs

    Definition

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

    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.

    View Source

    EventContinue

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

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

    Continuously receive the event for finding the platform information.

    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.

    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.

    View Source

    ManufacturerName

    Indicates the name of the manufacturer.

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

    The name of the manufacturer.

    View Source

    ManufacturerURL

    Indicates the URL of the manufacturer.

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

    The URL of the manufacturer.

    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.

    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.

    View Source

    PlatformId

    Indicates the platform identifier.

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

    The platform identifier.

    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.

    View Source

    RequestId

    Indicates the request ID.

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

    The request ID.

    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.

    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.

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