
- 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.
▪ PEAP(802.1x)
▪ EAP-TLS(802.1x)
▪ PEAP(WPA)
▪ EAP-TLS(WPA)
▪ PSK(WPA)(Only on units running on Windows CE 5.0.)
Komentarze do niniejszej Instrukcji