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#
Copy
public class DeviceInformationFoundEventArgs
Inheritance
System.Object
DeviceInformationFoundEventArgs

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
System.String

Version of the specs this device data model is implemented to.

API Level: 3
View Source

DeviceId

Indicates an unique identifier for the OIC device.

Declaration
C#
Copy
public 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#
Copy
public bool EventContinue { get; set; }
Property Value
Type Description
Boolean

Continuously receive the event for finding device information.

API Level: 3
View Source

Name

Indicates the human friendly name for device.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String

Human friendly name for device.

API Level: 3
View Source

RequestId

The request ID.

Declaration
C#
Copy
public int RequestId { get; }
Property Value
Type Description
Int32

The request ID.

API Level: 3
View Source

SpecVersion

Indicates the spec version of the core specification.

Declaration
C#
Copy
public string SpecVersion { get; }
Property Value
Type Description
System.String

Spec version of the core specification.

API Level: 3