diff --git a/classksf_1_1comps_1_1ks_mqtt_connector-members.html b/classksf_1_1comps_1_1ks_mqtt_connector-members.html index dfc064d..a34969e 100644 --- a/classksf_1_1comps_1_1ks_mqtt_connector-members.html +++ b/classksf_1_1comps_1_1ks_mqtt_connector-members.html @@ -114,25 +114,25 @@ mqttClientUqksf::comps::ksMqttConnectorprotected mqttConnectedInternal()ksf::comps::ksMqttConnectorprotected mqttMessageInternal(const char *topic, const uint8_t *payload, uint32_t length)ksf::comps::ksMqttConnectorprotected - onAnyMessageksf::comps::ksMqttConnector - onConnectedksf::comps::ksMqttConnector - onDeviceMessageksf::comps::ksMqttConnector - onDisconnectedksf::comps::ksMqttConnector - passwordksf::comps::ksMqttConnectorprotected - portNumberksf::comps::ksMqttConnectorprotected - postInit(ksApplication *app) overrideksf::comps::ksMqttConnectorvirtual - prefixksf::comps::ksMqttConnectorprotected - publish(const std::string &topic, const std::string &payload, bool retain=false, bool skipDevicePrefix=false)ksf::comps::ksMqttConnector - QosLevel enum name (defined in ksf::comps::ksMqttConnector)ksf::comps::ksMqttConnector - reconnectCounterksf::comps::ksMqttConnectorprotected - reconnectTimerksf::comps::ksMqttConnectorprotected - sendConnectionStatusksf::comps::ksMqttConnectorprotected - setupConnection(const std::string broker, const std::string &port, std::string login, std::string password, std::string prefix, const std::string &fingerprint)ksf::comps::ksMqttConnector - subscribe(const std::string &topic, bool skipDevicePrefix=false, ksMqttConnector::QosLevel=ksMqttConnector::QosLevel::QOS_AT_LEAST_ONCE)ksf::comps::ksMqttConnector - unsubscribe(const std::string &topic, bool skipDevicePrefix=false)ksf::comps::ksMqttConnector - usePersistentSessionksf::comps::ksMqttConnectorprotected - wasConnectedksf::comps::ksMqttConnectorprotected - wifiClientUqksf::comps::ksMqttConnectorprotected + netClientUqksf::comps::ksMqttConnectorprotected + onAnyMessageksf::comps::ksMqttConnector + onConnectedksf::comps::ksMqttConnector + onDeviceMessageksf::comps::ksMqttConnector + onDisconnectedksf::comps::ksMqttConnector + passwordksf::comps::ksMqttConnectorprotected + portNumberksf::comps::ksMqttConnectorprotected + postInit(ksApplication *app) overrideksf::comps::ksMqttConnectorvirtual + prefixksf::comps::ksMqttConnectorprotected + publish(const std::string &topic, const std::string &payload, bool retain=false, bool skipDevicePrefix=false)ksf::comps::ksMqttConnector + QosLevel enum name (defined in ksf::comps::ksMqttConnector)ksf::comps::ksMqttConnector + reconnectCounterksf::comps::ksMqttConnectorprotected + reconnectTimerksf::comps::ksMqttConnectorprotected + sendConnectionStatusksf::comps::ksMqttConnectorprotected + setupConnection(const std::string broker, const std::string &port, std::string login, std::string password, std::string prefix, const std::string &fingerprint)ksf::comps::ksMqttConnector + subscribe(const std::string &topic, bool skipDevicePrefix=false, ksMqttConnector::QosLevel=ksMqttConnector::QosLevel::QOS_AT_LEAST_ONCE)ksf::comps::ksMqttConnector + unsubscribe(const std::string &topic, bool skipDevicePrefix=false)ksf::comps::ksMqttConnector + usePersistentSessionksf::comps::ksMqttConnectorprotected + wasConnectedksf::comps::ksMqttConnectorprotected wifiConnWpksf::comps::ksMqttConnectorprotected ~ksMqttConnector()ksf::comps::ksMqttConnectorvirtual diff --git a/classksf_1_1comps_1_1ks_mqtt_connector.html b/classksf_1_1comps_1_1ks_mqtt_connector.html index f725507..42ea637 100644 --- a/classksf_1_1comps_1_1ks_mqtt_connector.html +++ b/classksf_1_1comps_1_1ks_mqtt_connector.html @@ -222,10 +222,10 @@ - - - + + + @@ -348,7 +348,7 @@

Returns
True on success, false on fail.
-

References broker, certFingerprint, login, mqttClientUq, password, portNumber, prefix, sendConnectionStatus, usePersistentSession, and wifiClientUq.

+

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, prefix, sendConnectionStatus, and usePersistentSession.

Referenced by loop().

@@ -780,7 +780,7 @@

References broker, certFingerprint, login, mqttClientUq, password, portNumber, prefix, and wifiClientUq.

+

References broker, certFingerprint, login, mqttClientUq, netClientUq, password, portNumber, and prefix.

Referenced by ksf::comps::ksMqttConfigProvider::setupMqttConnector().

diff --git a/classksf_1_1misc_1_1ks_w_s_server-members.html b/classksf_1_1misc_1_1ks_w_s_server-members.html index 3255c9f..bc3958e 100644 --- a/classksf_1_1misc_1_1ks_w_s_server-members.html +++ b/classksf_1_1misc_1_1ks_w_s_server-members.html @@ -103,7 +103,7 @@

- +

Protected Attributes

-std::unique_ptr< WiFiClient > wifiClientUq
 Shared pointer to WiFiClient used to connect to MQTT.
 
+std::unique_ptr< Client > netClientUq
 Shared pointer to WiFiClient used to connect to MQTT.
 
std::unique_ptr< PubSubClient > mqttClientUq
 Shared pointer to PubSubClient used to connect to MQTT.
requriedAuthTokenksf::misc::ksWSServerprotected
setMessageHandler(ksWsServerMessageFunc_t func)ksf::misc::ksWSServer
setRequiredAuthToken(uint64_t authToken)ksf::misc::ksWSServer
wsListenerksf::misc::ksWSServerprotected
wsListenerksf::misc::ksWSServerprotected
~ksWSServer()ksf::misc::ksWSServervirtual
diff --git a/classksf_1_1misc_1_1ks_w_s_server.html b/classksf_1_1misc_1_1ks_w_s_server.html index 5e84748..0b8b79e 100644 --- a/classksf_1_1misc_1_1ks_w_s_server.html +++ b/classksf_1_1misc_1_1ks_w_s_server.html @@ -145,10 +145,10 @@ - - - + + + @@ -184,7 +184,7 @@

References wsListener.

+

References wsListener.

diff --git a/doxygen_crawl.html b/doxygen_crawl.html index dbe984f..7939773 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -96,6 +96,7 @@ + @@ -140,6 +141,7 @@ + @@ -231,11 +233,11 @@ + - @@ -369,13 +371,13 @@ + - @@ -400,6 +402,7 @@ + diff --git a/functions_n.html b/functions_n.html new file mode 100644 index 0000000..1d67f02 --- /dev/null +++ b/functions_n.html @@ -0,0 +1,99 @@ + + + + + + + +Doxygen with github: Class Members + + + + + + + + + + + + + +
+
+

Protected Attributes

-std::unique_ptr< WiFiServer > wsListener
 WS server (listener).
 
+std::unique_ptr< WEBSOCKETS_NETWORK_SERVER_CLASS > wsListener
 WS server (listener).
 
uint64_t requriedAuthToken {0}
 WS auth token.
+ + + + + +
+
Doxygen with github +
+
+ + + + + + + + + + +
+ + +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
Here is a list of all documented class members with links to the class documentation for each member:
+ +

- n -

+
+ + +
+ + diff --git a/functions_vars.html b/functions_vars.html index 281dbbb..71af5d4 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -158,6 +158,11 @@

- m -

+

- n -

+ +

- o -