Denso BHT-200QW Spezifikationen Seite 240

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare