Class DeviceInformationFoundEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
This class represents event arguments of the DeviceInformationFound event.
C#Copypublic class DeviceInformationFoundEventArgs
- Inheritance
-
System.ObjectDeviceInformationFoundEventArgs
Properties
View Source
DataModelVersion
Indicates version of the specs this device data model is implemented to.
Declaration
C#Copypublic string DataModelVersion { get; }
Property Value
Type | Description |
---|---|
System.String | Version of the specs this device data model is implemented to. |
API Level: 3
Declaration
C#Copypublic string DeviceId { get; }
Property Value
Type | Description |
---|---|
System.String | Unique identifier for OIC device. |
API Level: 3
View Source
EventContinue
Indicates to continuously receive the event for finding device information.
Declaration
C#Copypublic bool EventContinue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Continuously receive the event for finding device information. |
API Level: 3
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | Human friendly name for device. |
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 SpecVersion { get; }
Property Value
Type | Description |
---|---|
System.String | Spec version of the core specification. |