
- 232 -
EAP8021x
Sets or acquires the profile EAP (802.1x) type.
■ Syntax
[VB]
Public Property EAP8021x As EN_EAP8021X
[C#]
public EN_EAP8021X EAP8021x {get; set;}
■ Property
Profile EAP type
Parameter values
: As listed in EN_EAP8021X
Default value
: EN_EAP8021X.DISABLE
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
DeviceLoadException The device is not ready.
The edit mode has not been set to Zero Config mode.
MissingMethodException Profile not supported.
■ Note
The profile EAP(802.1x) type can only be set or acquired when the edit mode
(RF.EditMode) is set to Zero Config mode. An exception is thrown if an attempt is made to
set or acquire when in Nic Control mode. Set the RF.EditMode value to
EN_EDIT_MODE.ZEROCONFIG.
[Ex.] Set the MyProf profile EAP type to Tkip.
[VB] MyProf.EAP8021x = RF.Profile.EN_EAP8021X.TKIP
[C#] MyProf.EAP8021x = RF.Profile.EN_EAP8021X.TKIP;
Komentarze do niniejszej Instrukcji