Class PlatformInformationFoundEventArgs

Definition

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

This class represents event arguments of the PlatformInformationFound event.

C#
Copy
public class PlatformInformationFoundEventArgs
Inheritance
System.Object
PlatformInformationFoundEventArgs

Properties

View Source

DateOfManufacture

Indicates the manufacturing date of the device.

Declaration
C#
Copy
public string DateOfManufacture { get; }
Property Value
Type Description
System.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
C#
Copy
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
C#
Copy
public string FirmwareVersion { get; }
Property Value
Type Description
System.String

The version of the device firmware.

API Level: 3
View Source

HardwareVersion

Indicates the version of the platform Hardware.

Declaration
C#
Copy
public string HardwareVersion { get; }
Property Value
Type Description
System.String

The version of the platform Hardware.

API Level: 3
View Source

ManufacturerName

Indicates the name of the manufacturer.

Declaration
C#
Copy
public string ManufacturerName { get; }
Property Value
Type Description
System.String

The name of the manufacturer.

API Level: 3
View Source

ManufacturerURL

Indicates the URL of the manufacturer.

Declaration
C#
Copy
public string ManufacturerURL { get; }
Property Value
Type Description
System.String

The URL of the manufacturer.

API Level: 3
View Source

ModelNumber

Indicates the model number as designated by the manufacturer.

Declaration
C#
Copy
public string ModelNumber { get; }
Property Value
Type Description
System.String

The model number as designated by the manufacturer.

API Level: 3
View Source

OsVersion

Indicates the version of the platfrom resident OS.

Declaration
C#
Copy
public string OsVersion { get; }
Property Value
Type Description
System.String

The version of the platfrom resident OS.

API Level: 3
View Source

PlatformId

Indicates the platform identifier.

Declaration
C#
Copy
public string PlatformId { get; }
Property Value
Type Description
System.String

The platform identifier.

API Level: 3
View Source

PlatformVersion

Indicates the version of the platfrom defined by the manufacturer.

Declaration
C#
Copy
public string PlatformVersion { get; }
Property Value
Type Description
System.String

The version of platfrom defined by manufacturer.

API Level: 3
View Source

RequestId

Indicates the request ID.

Declaration
C#
Copy
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
C#
Copy
public string SupportUrl { get; }
Property Value
Type Description
System.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
C#
Copy
public string SystemTime { get; }
Property Value
Type Description
System.String

The reference time of the device.

API Level: 3