Class DeviceInformationFoundEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the DeviceInformationFound event.
public class DeviceInformationFoundEventArgs
- Inheritance
-
objectDeviceInformationFoundEventArgs
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. |
DeviceId
Indicates an unique identifier for the OIC device.
Declaration
public string DeviceId { get; }
Property Value
Type | Description |
---|---|
string | Unique identifier for OIC device. |
EventContinue
Indicates to continuously receive the event for finding device information.
Declaration
public bool EventContinue { get; set; }
Property Value
Type | Description |
---|---|
bool | Continuously receive the event for finding device information. |
Name
Indicates the human friendly name for device.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | Human friendly name for device. |
RequestId
The request ID.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int | The request ID. |
SpecVersion
Indicates the spec version of the core specification.
Declaration
public string SpecVersion { get; }
Property Value
Type | Description |
---|---|
string | Spec version of the core specification. |