BLUETOOTH_DEVICE_SEARCH_PARAMS class Null safety Struct
The BLUETOOTH_DEVICE_SEARCH_PARAMS structure specifies search criteria for Bluetooth device searches.
- Inheritance
- Object
- NativeType
- Struct
- BLUETOOTH_DEVICE_SEARCH_PARAMS
- Available Extensions
Constructors
Properties
- cTimeoutMultiplier ↔ int
-
@Uint8(), read / write
- dwSize ↔ int
-
@Int32(), read / write
- fIssueInquiry ↔ int
-
@Int32(), read / write
- fReturnAuthenticated ↔ int
-
@Int32(), read / write
- fReturnConnected ↔ int
-
@Int32(), read / write
- fReturnRemembered ↔ int
-
@Int32(), read / write
- fReturnUnknown ↔ int
-
@Int32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hRadio ↔ int
-
@IntPtr(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited