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#Copypublic class PlatformInformationFoundEventArgs
- Inheritance
-
System.ObjectPlatformInformationFoundEventArgs
Properties
Declaration
C#Copypublic 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#Copypublic bool EventContinue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Continuously receive the event for finding the platform information. |
API Level: 3
Declaration
C#Copypublic string FirmwareVersion { get; }
Property Value
Type | Description |
---|---|
System.String | The version of the device firmware. |
API Level: 3
Declaration
C#Copypublic string HardwareVersion { get; }
Property Value
Type | Description |
---|---|
System.String | The version of the platform Hardware. |
API Level: 3
Declaration
C#Copypublic string ManufacturerName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the manufacturer. |
API Level: 3
Declaration
C#Copypublic string ManufacturerURL { get; }
Property Value
Type | Description |
---|---|
System.String | The URL of the manufacturer. |
API Level: 3
Declaration
C#Copypublic string ModelNumber { get; }
Property Value
Type | Description |
---|---|
System.String | The model number as designated by the manufacturer. |
API Level: 3
Declaration
C#Copypublic string OsVersion { get; }
Property Value
Type | Description |
---|---|
System.String | The version of the platfrom resident OS. |
API Level: 3
Declaration
C#Copypublic string PlatformId { get; }
Property Value
Type | Description |
---|---|
System.String | The platform identifier. |
API Level: 3
Declaration
C#Copypublic string PlatformVersion { get; }
Property Value
Type | Description |
---|---|
System.String | The version of platfrom defined by manufacturer. |
API Level: 3
Declaration
C#Copypublic int RequestId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The request ID. |
API Level: 3
Declaration
C#Copypublic string SupportUrl { get; }
Property Value
Type | Description |
---|---|
System.String | The URL that points to support information from the manufacturer. |
API Level: 3
Declaration
C#Copypublic string SystemTime { get; }
Property Value
Type | Description |
---|---|
System.String | The reference time of the device. |