Denso BHT-202Q Instrukcja Użytkownika Strona 244

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 243
Commit
Reflects the value set from application to the Zero Config GUI.
Syntax
[VB]
Public Shared Sub Commit()
[C#]
public static void Commit()
Parameters
None
Exceptions
Name of Exception Meaning
IOException The parameter which belongs to commited profile is invalid.
Note
Call this method prior to opening the wireless device if the value set from the library is
used and a connection is established with the network.
[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();
235
Przeglądanie stron 243
1 2 ... 239 240 241 242 243 244 245 246 247 248 249 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag