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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 110
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 81
76
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.8.3 IBTDevice:: GetCoD
Retrieves class of device
Parameters
cod - class of device
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 GetCoD (
[out, retval] LONG* cod );
Vista de página 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 109 110

Comentários a estes Manuais

Sem comentários