
Radio
Sets or acquires the wireless method.
■ Syntax
[VB]
Public Shared Property Radio As EN_RADIO
[C#]
public static EN_RADIO Radio {get; set;}
■ Property
Wireless method
Parameter values
: EN_RADIO.B11, EN_RADIO.B11 or EN_RADIO.G11,
EN_RADIO.A11
Default value
: EN_RADIO.B11
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Set the wireless method to 802.11b/g.
[VB] RF.Settings.Radio _
= RF.Settings.EN_RADIO.B11 Or RF.Settings.EN_RADIO.G11
[C#] RF.Settings.Radio
= RF.Settings.EN_RADIO.B11 | RF.Settings.EN_RADIO.G11;
242
Comentarios a estos manuales