IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

RadioIndex Property

Sets the current radio.

Syntax

ANSI (Cross Platform)
int GetRadioIndex();
int SetRadioIndex(int iRadioIndex); Unicode (Windows) INT GetRadioIndex();
INT SetRadioIndex(INT iRadioIndex);
#define PID_BTINFO_RADIOINDEX 16

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_BTInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSBT_EXTERNAL int IPWORKSBT_CALL IPWorksBT_BTInfo_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

When this property is set, the class asks the system for information on the radio with an index of RadioIndex. Valid values are from 0 to RadioCount -1. If the system has information, the following Radio properties will be populated with the data returned:

RadioCount is the number of radios located in the system.

Data Type

Integer

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