Denso BHT-202Q Instrukcja Użytkownika Strona 243

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 242
Update
Copies the value set at the Zero Config GUI to the BHT wireless registry referenced by the
wireless driver.
Syntax
[VB]
Public Shared Sub Update()
[C#]
public static void Update()
Parameters
None
Exceptions
None
Note
Call this method first if the value set at the Zero Config GUI is acquired from the class
library.
[Ex.] Changing the profile (ESSID:BHT, Infra: Infrastructure) Wep key created at Zero
Config to “1234567890”.
[VB]
RF.Profile.Update()
Dim prof As RF.Profile = New Profile("BHT", EN_INFRA_MODE.INFRASTRUCTURE)
prof.WepKey = “1234567890”
RF.Profile.Commit()
[C#]
RF.Profile.Update();
RF.Profile prof = new Profile("BHT", EN_INFRA_MODE.INFRASTRUCTURE);
prof.WepKey = “1234567890”;
RF.Profile.Commit();
234
Przeglądanie stron 242
1 2 ... 238 239 240 241 242 243 244 245 246 247 248 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag