wlanConnectionMode property

WLAN_CONNECTION_MODE get wlanConnectionMode

A WLAN_CONNECTION_MODE value that specifies the mode of the connection.

Implementation

WLAN_CONNECTION_MODE get wlanConnectionMode =>
    WLAN_CONNECTION_MODE(_wlanConnectionMode);
set wlanConnectionMode (WLAN_CONNECTION_MODE value)

Implementation

set wlanConnectionMode(WLAN_CONNECTION_MODE value) =>
    _wlanConnectionMode = value;