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
-
objectPlatformInformationFoundEventArgs
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. |
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. |
FirmwareVersion
Indicates the version of the device firmware.
Declaration
public string FirmwareVersion { get; }
Property Value
Type | Description |
---|---|
string | The version of the device firmware. |
HardwareVersion
Indicates the version of the platform Hardware.
Declaration
public string HardwareVersion { get; }
Property Value
Type | Description |
---|---|
string | The version of the platform Hardware. |
ManufacturerName
Indicates the name of the manufacturer.
Declaration
public string ManufacturerName { get; }
Property Value
Type | Description |
---|---|
string | The name of the manufacturer. |
ManufacturerURL
Indicates the URL of the manufacturer.
Declaration
public string ManufacturerURL { get; }
Property Value
Type | Description |
---|---|
string | The URL of the manufacturer. |
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. |
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. |
PlatformId
Indicates the platform identifier.
Declaration
public string PlatformId { get; }
Property Value
Type | Description |
---|---|
string | The platform identifier. |
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. |
RequestId
Indicates the request ID.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int | The request ID. |
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. |
SystemTime
Indicates the reference time of the device.
Declaration
public string SystemTime { get; }
Property Value
Type | Description |
---|---|
string | The reference time of the device. |