Class DeviceInformationFoundEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
This class represents event arguments of the DeviceInformationFound event.
public class DeviceInformationFoundEventArgs
- Inheritance
-
DeviceInformationFoundEventArgs
Properties
View SourceDataModelVersion
Indicates version of the specs this device data model is implemented to.
Declaration
public string DataModelVersion { get; }
Property Value
Type | Description |
---|---|
String | Version of the specs this device data model is implemented to. |
API Level: 3
View SourceDeviceId
Indicates an unique identifier for the OIC device.
Declaration
public string DeviceId { get; }
Property Value
Type | Description |
---|---|
String | Unique identifier for OIC device. |
API Level: 3
View SourceEventContinue
Indicates to continuously receive the event for finding device information.
Declaration
public bool EventContinue { get; set; }
Property Value
Type | Description |
---|---|
Boolean | Continuously receive the event for finding device information. |
API Level: 3
View SourceName
Indicates the human friendly name for device.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | Human friendly name for device. |
API Level: 3
View SourceRequestId
The request ID.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
Int32 | The request ID. |
API Level: 3
View SourceSpecVersion
Indicates the spec version of the core specification.
Declaration
public string SpecVersion { get; }
Property Value
Type | Description |
---|---|
String | Spec version of the core specification. |