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

DeviceInfo Event

Fired once for each device found when calling ListDevices.

Syntax

[VB.NET]
Public Event OnDeviceInfo As OnDeviceInfoHandler
[C#]
public event OnDeviceInfoHandler OnDeviceInfo;

public delegate void OnDeviceInfoHandler(object sender, BtinfoDeviceInfoEventArgs e);

class BtinfoDeviceInfoEventArgs : EventArgs {
  string Name {get;}
  string Address {get;}
  string ClassOfDevice {get;}
  bool Connected {get;}
  bool Remembered {get;}
  bool Authenticated {get;}
}

Remarks

This event fires once for each device found when calling ListDevices.

Name is the device name.

Address is the device address.

ClassOfDevices is the class of the device.

Connected indicates whether the device is connected.

Remembered indicates whether the device is remembered.

Authenticated indicates whether the device is authenticated.

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