MCPcopy Create free account
hub / github.com/SmingHub/Sming / isConnectionFailed

Method isConnectionFailed

Sming/Components/Network/src/Platform/Station.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool StationClass::isConnectionFailed() const
40{
41 StationConnectionStatus status = getConnectionStatus();
42 return status == eSCS_WrongPassword || status == eSCS_AccessPointNotFound || status == eSCS_ConnectionFailed;
43}
44
45bool StationClass::setIP(IpAddress address)
46{

Callers 1

onAjaxConnectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected