
- 217 -
[Ex.] Setting Wep key 1 from RF.WepKey(1) when in Zero Config mode
[VB]
RF.EditMode = RF.EN_EDIT_MODE.ZEROCONFIG
RF.SelectedProfile = _
New RF.Profile(“BHT200”, RF.Profile.EN_PROFILE.INFRASTRUCTURE)
RF.WepKey(1) = “12345123451234123412341234”
[C#]
RF.EditMode = RF.EN_EDIT_MODE.ZEROCONFIG;
RF.SelectedProfile =
new RF.Profile(“BHT200”, RF.Profile.EN_PROFILE.INFRASTRUCTURE);
RF.WepKey[1] = “12345123451234123412341234”
Comentarios a estos manuales