BluetoothLEAppearanceSubcategories.Joystick Property

Definition

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

Property Value

UInt16

unsigned short

uint16_t

The appearance subcategory code for a joystick Bluetooth LE device.

Windows requirements

App capabilities
bluetooth

Applies to