TwclWiFiRadioState Enumeration

Specifies an 802.11 radio state.

Namespace: wclWiFi
type
 TwclWiFiRadioState = (
 rsUnknown,
 rsOn,
 rsOff
 );

The TwclWiFiRadioState type exposes the following members.

Show:
 NameDescription
rsOff

The radio is off.

rsOn

The radio is on.

rsUnknown

The radio state is unknown.

Top