public interface ConfigurationManager
SoftAPConnector
to load existing configuration and store successful configuration.Modifier and Type | Method and Description |
---|---|
ej.ecom.wifi.SoftAPConfiguration |
getSoftAPConfiguration()
Gets the
SoftAPConfiguration to use for the Soft AP. |
ej.net.util.wifi.AccessPointConfiguration |
loadAPConfiguration()
Loads the
AccessPointConfiguration to connect to if any available. |
void |
storeAPConfiguration(ej.net.util.wifi.AccessPointConfiguration config)
Stores the
AccessPointConfiguration when the join has been successful. |
ej.ecom.wifi.SoftAPConfiguration getSoftAPConfiguration()
SoftAPConfiguration
to use for the Soft AP.SoftAPConfiguration
, not null
.ej.net.util.wifi.AccessPointConfiguration loadAPConfiguration()
AccessPointConfiguration
to connect to if any available.AccessPointConfiguration
, null
if none.void storeAPConfiguration(ej.net.util.wifi.AccessPointConfiguration config)
AccessPointConfiguration
when the join has been successful.config
- the AccessPointConfiguration
to store, cannot be null
.