
- 249 -
PowerSave
Sets or acquires power save mode.
■ Syntax
[VB]
Public Shared Property PowerSave As EN_POWERSAVE
[C#]
public static EN_POWERSAVE PowerSave {get; set;}
■ Property
Power save mode
Parameter values
: As listed in EN_POWERSAVE
Default value
: EN_POWERSAVE.MOST
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Set the wireless power consumption to LEAST.
[VB] RF.Settings.PowerSave = RF.Settings.EN_POWERSAVE.LEAST
[C#] RF.Settings.PowerSave = RF.Settings.EN_POWERSAVE.LEAST;
Comentarios a estos manuales