BluetoothLEAppearanceSubcategories.BarcodeScanner Property

Definition

Gets the pulse barcode scanner 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 BarcodeScanner { unsigned short get(); };
static uint16_t BarcodeScanner();
public static ushort BarcodeScanner { get; }
var uInt16 = BluetoothLEAppearanceSubcategories.barcodeScanner;
Public Shared ReadOnly Property BarcodeScanner As UShort

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory code for a barcode scanner Bluetooth LE device.

Windows requirements

App capabilities
bluetooth

Applies to