Class DeviceInformationFoundEventArgs
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the DeviceInformationFound event.
C#
Copy
public class DeviceInformationFoundEventArgs
- Inheritance
-
objectDevice
Information Found Event Args
Properties
View Source
DataModelVersion
Indicates version of the specs this device data model is implemented to.
Declaration
C#
Copy
public string DataModelVersion { get; }
Property Value
Type | Description |
---|---|
string | Version of the specs this device data model is implemented to. |
Declaration
C#
Copy
public string DeviceId { get; }
Property Value
Type | Description |
---|---|
string | Unique identifier for OIC device. |
View Source
EventContinue
Indicates to continuously receive the event for finding device information.
Declaration
C#
Copy
public bool EventContinue { get; set; }
Property Value
Type | Description |
---|---|
bool | Continuously receive the event for finding device information. |
Declaration
C#
Copy
public string Name { get; }
Property Value
Type | Description |
---|---|
string | Human friendly name for device. |
Declaration
C#
Copy
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int | The request ID. |
Declaration
C#
Copy
public string SpecVersion { get; }
Property Value
Type | Description |
---|---|
string | Spec version of the core specification. |