Denso BHT-200QW Especificaciones Pagina 240

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 376 377

Comentarios a estos manuales

Sin comentarios