public class Main extends Object
RestSoftAPConnector
.Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Entry Point.
|
static void |
start(RestSoftAPConnector connector,
String ipAddr,
String netMask,
boolean useDhcp,
String softApSsid,
String softApPassphrase,
SecurityMode softApSecurity)
Configures and starts the connector.
|
public static void main(String[] args)
args
- not used.public static void start(RestSoftAPConnector connector, String ipAddr, String netMask, boolean useDhcp, String softApSsid, String softApPassphrase, SecurityMode softApSecurity)
connector
- the ConnectoripAddr
- the IP adress.netMask
- the netmask.useDhcp
- Whether to use DHCP.softApSsid
- SSID to display.softApPassphrase
- Passphrase to use, null
for none.softApSecurity
- SecurityMode to use.