BluetoothLEAppearanceSubcategories.DigitalPen Property

Definition

Gets the digital pen 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 DigitalPen { unsigned short get(); };
static uint16_t DigitalPen();
public static ushort DigitalPen { get; }
var uInt16 = BluetoothLEAppearanceSubcategories.digitalPen;
Public Shared ReadOnly Property DigitalPen As UShort

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory code for a digital pen Bluetooth LE device.

Windows requirements

App capabilities
bluetooth

Applies to