BTDevice.OnDeviceAuthRequest Event
An event handler to provide a password when establishing connection to the selected BT device.
[Visual Basic]
<Description(Description:="An event handler to provide a password when establishing connection to the selected BT device")>
Public Event OnDeviceAuthRequest As
DevicePassword
[C#]
[Description(Description="An event handler to provide a password when establishing connection to the selected BT device")]
public event
DevicePassword OnDeviceAuthRequest;
See Also
BTDevice Class | BlueLibs.Components Namespace