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
-
PlatformInformationFoundEventArgs
Properties
View SourceDateOfManufacture
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 SourceEventContinue
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 SourceFirmwareVersion
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 SourceHardwareVersion
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 SourceManufacturerName
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 SourceManufacturerURL
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 SourceModelNumber
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 SourceOsVersion
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 SourcePlatformId
Indicates the platform identifier.
Declaration
public string PlatformId { get; }
Property Value
Type | Description |
---|---|
String | The platform identifier. |
API Level: 3
View SourcePlatformVersion
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 SourceRequestId
Indicates the request ID.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
Int32 | The request ID. |
API Level: 3
View SourceSupportUrl
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 SourceSystemTime
Indicates the reference time of the device.
Declaration
public string SystemTime { get; }
Property Value
Type | Description |
---|---|
String | The reference time of the device. |