Class BluetoothHidDeviceReceivedData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
6

This class contains the data received from the HID Host.

C#
Copy
public class BluetoothHidDeviceReceivedData : object
Inheritance
BluetoothHidDeviceReceivedData

Properties

View Source

Address

The remote device's address

Declaration
C#
Copy
public string Address { get; }
Property Value
Type Description
String
API Level: 6
View Source

Data

The received data

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
Byte[]
API Level: 6
View Source

HeaderType

The header type

Declaration
C#
Copy
public BluetoothHidHeaderType HeaderType { get; }
Property Value
Type Description
BluetoothHidHeaderType
API Level: 6
View Source

ParamType

The parameter type

Declaration
C#
Copy
public BluetoothHidParamType ParamType { get; }
Property Value
Type Description
BluetoothHidParamType
API Level: 6

Extension Methods