Teledyne-lecroy Automation API for Bluetooth Analyzers Manual do Utilizador Página 78

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 110
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 77
72
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.7.2 IBTNeighborhood::get_Count
Parameters
bt_device_count - points to long value where number of elements in the collection is
retrieved
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
HRESULT get_Count(
[out, retval] long* bt_device_count );
Vista de página 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 109 110

Comentários a estes Manuais

Sem comentários