Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: nangan on August 25, 2010, 05:23:05 AM

Title: Some functions in the API reference document can not used
Post by: nangan on August 25, 2010, 05:23:05 AM
Hi
I want to know how to detect if there is a bluetooth device avaible? I found a function called IsTransportExists() , it is WCLAPI's member function , so  i create a WCLAPI object, but this object can't call the IsTransportExists() function? why?
Title: Re: Some functions in the API reference document can not used
Post by: Mike Petrichenko on September 02, 2010, 07:51:28 PM
Hi,

wclBluetoothAPIs CwclAPI::GetBluetoothAPIs();
wclTransports CwclAPI::GetTransports();

Please, refer to API demo to find out how to know transports available. Also, refer to API references documnetation available in WCL package.