IPWorks Bluetooth 2020 .NET Edition

Questions / Feedback?

RequestAuth Method

Requests authentication to a device.

Syntax

public void RequestAuth(string address, string password);
Public Sub RequestAuth(ByVal Address As String, ByVal Password As String)

Remarks

This method requests authentication to the device specified by Address. The Password parameter is optional.

If Password is specified the authentication may take place without any further user interaction. When Password is not specified the connection wizard will be displayed by the system on both devices to complete mutual authentication. For instance:

btinfo.RequestAuth("00:02:72:C6:64:B7", "123456");

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 .NET Edition - Version 20.0 [Build 7941]