IP*Works! Bluetooth - Online Help
Available for:
IP*Works! Bluetooth
Questions / Feedback?

StartAuthMonitor Method

Start monitoring for authentication requests.

Syntax

[VB.NET]
Public Sub StartAuthMonitor(ByVal Address As String)
[C#]
public void StartAuthMonitor(string address);

Remarks

This method begins monitoring for authentication requests received from the device specified by Address. Address specifies the Bluetooth address of the device which is expected to connect.

When the device connects the AuthRequest event will fire with information about the connecting device and allow you to accept or reject the authentication request.

To stop monitoring call StopAuthMonitor.

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0