Denso BHT-202Q Manual de usuario Pagina 242

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 407
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 241
Registered
Acquires all registered profiles.
Syntax
[VB]
Public Shared ReadOnly Property Registered As RF.Profile[]
[C#]
public static RF.Profile[] Registered {get;}
Property
All registered profile instances.
Exceptions
Note
It is necessary to call the RF.Profile.Update method and copy the Zero Config GUI
settings to the BHT wireless registry prior to acquiring all registered profiles.
[Ex.] Delete all registered profiles.
[VB]
' Copies settings from the Zero Config GUI to the BHT wireless registry.
RF.Profile.Update()
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#]
// Copies settings from the Zero Config GUI to the BHT wireless registry.
RF.Profile.Update();
RF.Profile[] regProfiles = RF.Profile.Registered
foreach (RF.Profile prof in regProfiles){
RF.Profile.Remove(prof.SSID, prof.InfraMode);
}
RF.Profile.Commit(); // Updates to the Zero Config GUI.
233
Vista de pagina 241
1 2 ... 237 238 239 240 241 242 243 244 245 246 247 ... 406 407

Comentarios a estos manuales

Sin comentarios