Denso BHT-200QW Especificaciones Pagina 17

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 16
- 15 -
[Ex.] Changing the recognition mode for the existing Profile (SSID: BHT, Infrastructure
mode).
[VB]
RF.Controller = RF.EN_CONTROLLER.ZEROCONFIG
‘Sets the control mode to Zero Config.
RF.EditMode = RF.EN_EDIT_MODE.ZEROCONFIG
‘Sets the edit mode to Zero Config.
RF.Profile.Update Updates the existing Profile.
MyProfile = New RF.Profile(“BHT200”, RF.Profile.
EN_INFRA_MODE.INFRASTRUCTURE)
MyProfile.Authentication = RF.Profile.EN_AUTHENTICATION.SHARED
RF.Profile.Commit ‘Reflects to driver.
[C#]
RF.Controller = RF.EN_CONTROLLER.ZEROCONFIG;
// Sets the control mode to Zero Config.
RF.EditMode = RF.EN_EDIT_MODE.ZEROCONFIG;
// Sets the edit mode to Zero Config.
RF.Profile.Update(); // Updates the existing Profile.
MyProf = new RF.Profile(“BHT200”, RF.Profile.EN_INFRASTRUCTURE);
MyProf.Authentication = RF.Profile.EN_AUTHENTICATION.SHARED;
RF.Profile.Commit(); // Reflects to driver.
Use the highest priority profile from among those created to attempt a connection.
If connection fails, attempt to connect automatically using the highest priority profiles sequentially.
The profile with the highest priority will be the one created last.
Up to a maximum of 16 profiles can be created.
Settable Parameters
The BHT can be used with the following security configurations by setting ZeroConfig.
PEAP802.1x
EAP-TLS802.1x
PEAPWPA
EAP-TLSWPA
PSKWPA(Only on units running on Windows CE 5.0.)
Vista de pagina 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 376 377

Comentarios a estos manuales

Sin comentarios