Teledyne-lecroy Automation API for Bluetooth Analyzers Bedienungsanleitung Seite 80

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 110
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 79
74
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.8.1 IBTDevice::GetAddress
Retrieves the address of device
Parameters
address - device address (12 hex digits)
Return values
Remarks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set Neighborhood = Analyzer.GetBTNeighborhood
MsgBox "Number of devices:" & Neighborhood.Count
For Each Device In Neighborhood
MsgBox "Address:" & Device.GetAddress &
" Clock:" & Device.GetClockHz & "Hz" &
" Class:" & Device.GetCoD
Next
Next
C++:
HRESULT GetAddress (
[out, retval] BSTR* address );
Seitenansicht 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 109 110

Kommentare zu diesen Handbüchern

Keine Kommentare