Interface WiFiConnectCallback
public interface WiFiConnectCallback
Callback for
WiFi.connect(...). Invoked once on the EDT.-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectResult(boolean connected, Throwable error) connectedistrueif the association succeeded.
-
Method Details
-
onConnectResult
connectedistrueif the association succeeded.errorisnullon success and holds the rejection cause otherwise (cancelled by user, wrong password, unreachable AP, ...).
-