Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 31

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 30
25
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.3.15 IBTAnalyzer::SetPinCode
Sets pin code for specified address
Parameters
addr - device address ( 12 hex digits )
pin_code - pin code ( up to 16 characters )
Return values
Remarks
Example
WSH:
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Analyzer.ResetEncryption
Analyzer.SetPinCode "123456789012", "abcdefg"
Analyzer.SetLinkKey "123456789013", "A2345678901234561234567890123456"
C++:
HRESULT SetPinCode (
[in] BSTR addr,
[in] BSTR pin_code );
Przeglądanie stron 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag