BLUETOOTH_SELECT_DEVICE_PARAMS class base struct

The BLUETOOTH_SELECT_DEVICE_PARAMS structure facilitates and manages the visibility, authentication, and selection of Bluetooth devices and services.

Inheritance

Properties

cNumDevices int
getter/setter pair
cNumOfClasses int
getter/setter pair
dwSize int
getter/setter pair
fAddNewDeviceWizard int
getter/setter pair
fForceAuthentication int
getter/setter pair
fShowAuthenticated int
getter/setter pair
fShowRemembered int
getter/setter pair
fShowUnknown int
getter/setter pair
fSkipServicesPage int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hwndParent int
getter/setter pair
pDevices Pointer<BLUETOOTH_DEVICE_INFO>
getter/setter pair
pfnDeviceCallback Pointer<NativeFunction<PFN_DEVICE_CALLBACK>>
getter/setter pair
prgClassOfDevices Pointer<BLUETOOTH_COD_PAIRS>
getter/setter pair
pszInfo Pointer<Utf16>
getter/setter pair
pvParam Pointer<NativeType>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited