Class BluetoothHidKeyData

Definition

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

This class contains the HID keyboard event information.

C#
Copy
public class BluetoothHidKeyData : object
Inheritance
BluetoothHidKeyData

Properties

View Source

Key

The key value - currently pressed keys : Max 8 at once

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

Modifier

The modifier keys : such as shift, alt

Declaration
C#
Copy
public byte Modifier { get; set; }
Property Value
Type Description
Byte
API Level: 6

Extension Methods