Denso BHT-200QW Spécifications Page 240

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 377
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 376 377

Commentaires sur ces manuels

Pas de commentaire