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

DeviceInfo Event

Fired once for each device found when calling ListDevices.

Syntax

 virtual int FireDeviceInfo(BTInfoDeviceInfoEventParams *e);

 
typedef struct {
char* Name;
char* Address;
char* ClassOfDevice;
int Connected;
int Remembered;
int Authenticated;
int reserved;
} BTInfoDeviceInfoEventParams;

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