BluetoothLEAppearanceSubcategories.Keyboard Property

Definition

Gets the keyboard appearance subcategory code. This is only applicable for Bluetooth LE devices that are part of the BluetoothLEAppearanceCategories.HumanInterfaceDevice appearance category.

public:
 static property unsigned short Keyboard { unsigned short get(); };
static uint16_t Keyboard();
public static ushort Keyboard { get; }
var uInt16 = BluetoothLEAppearanceSubcategories.keyboard;
Public Shared ReadOnly Property Keyboard As UShort

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory code for a keyboard Bluetooth LE device.

Windows requirements

App capabilities
bluetooth

Applies to