Denso BHT-200QW Specifikace Strana 240

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 377
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 239
- 238 -
[Ex.] Delete all registered profiles.
[VB]
RF.Profile.Update() ' Copies settings from the Zero Config GUI to the BHT wireless
registry.
Dim regProfiles() As RF.Profile = RF.Profile.Registered
For Each prof As RF.Profile In regProfiles
RF.Profile.Remove(prof.SSID, prof.InfraMode)
Next
RF.Profile.Commit() ' Updates to the Zero Config GUI.
[C#]
RF.Profile.Update() ' Copies settings from the Zero Config GUI to the BHT wireless
registry.Zero Config GUI.
RF.Profile[] regProfiles = RF.Profile.Registered
foreach (RF.Profile prof In regProfiles)
RF.Profile.Remove(prof.SSID, prof.InfraMode)
Next
RF.Profile.Commit() ' Updates to the Zero Config GUI.
Zobrazit stránku 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 376 377

Komentáře k této Příručce

Žádné komentáře