In The Hand - .NET Components for Mobility
BluetoothWin32AuthenticationEventArgs Class
NamespacesInTheHand.Net.BluetoothBluetoothWin32AuthenticationEventArgs
Provides data for an authentication event.
Declaration Syntax
C#Visual Basic
public class BluetoothWin32AuthenticationEventArgs : EventArgs
Public Class BluetoothWin32AuthenticationEventArgs _
	Inherits EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BluetoothWin32AuthenticationEventArgs()()()
Initialize an instance of BluetoothWin32AuthentionEventArgs.

BluetoothWin32AuthenticationEventArgs(BluetoothDeviceInfo)
Initialize an instance of BluetoothWin32AuthentionEventArgs.

AttemptNumber
Gets how many attempts at sending a PIN have been tried.

CallbackWithResult
Gets or sets whether the callback is called again after the PIN response is sent.

CannotSendAnotherResponse
Gets whether it is not possible to send another PIN response.

Device
Gets the device requiring an authentication response as a BluetoothDeviceInfo.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Pin
Gets or sets the PIN string to be used to authenticate the specified device.

PreviousNativeErrorCode
The Windows error code returned by the last PIN response attempt.

PreviousNativeErrorCodeAsUnsigned
The Windows error code returned by the last PIN response attempt, as an unsigned value.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks

For usage information, see the class documentation at BluetoothWin32Authentication it includes an example, also see the documentation on each of this class’s properties.

Inheritance Hierarchy
Object
EventArgs
 BluetoothWin32AuthenticationEventArgs

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0