BLUETOOTH_AUTHENTICATE_RESPONSE class base struct

Contains information passed in response to a BTH_REMOTE_AUTHENTICATE_REQUEST event.

To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/ns-bluetoothapis-bluetooth_authenticate_response.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Anonymous BLUETOOTH_AUTHENTICATE_RESPONSE_0
getter/setter pair
authMethod BLUETOOTH_AUTHENTICATION_METHOD
A BLUETOOTH_AUTHENTICATION_METHOD enumeration that defines the supported authentication method.
getter/setter pair
bthAddressRemote BLUETOOTH_ADDRESS
A BLUETOOTH_ADDRESS structure that contains the address of the device requesting the authentication response.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
negativeResponse int
[TRUE] if the authentication request was rejected; otherwise [FALSE].
getter/setter pair
numericCompInfo BLUETOOTH_NUMERIC_COMPARISON_INFO

Available on BLUETOOTH_AUTHENTICATE_RESPONSE, provided by the BLUETOOTH_AUTHENTICATE_RESPONSE_0_Extension extension

getter/setter pair
oobInfo BLUETOOTH_OOB_DATA_INFO

Available on BLUETOOTH_AUTHENTICATE_RESPONSE, provided by the BLUETOOTH_AUTHENTICATE_RESPONSE_0_Extension extension

getter/setter pair
passkeyInfo BLUETOOTH_PASSKEY_INFO

Available on BLUETOOTH_AUTHENTICATE_RESPONSE, provided by the BLUETOOTH_AUTHENTICATE_RESPONSE_0_Extension extension

getter/setter pair
pinInfo BLUETOOTH_PIN_INFO

Available on BLUETOOTH_AUTHENTICATE_RESPONSE, provided by the BLUETOOTH_AUTHENTICATE_RESPONSE_0_Extension extension

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
toNative({Allocator allocator = adaptiveCalloc}) Pointer<BLUETOOTH_AUTHENTICATE_RESPONSE>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

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