
23
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.3.13 IBTAnalyzer::GetBTNeighborhood
Retrieves collection interface for access to bluetooth devices
Parameters
bt_neighborhood- address of a pointer to the BTNeighborhood object primary collection
interface
Return values
Remarks
BTNeighborhood object is created via this method call, if call was successful.
Example
WSH:
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set Neighborhood = Analyzer.GetBTNeighborhood
C++:
HRESULT GetBTNeighborhood (
[out, retval] IBTNeighborhood** bt_neighborhood );
Comentarios a estos manuales