trikRuntime
|
Contains info about current connection. More...
#include <networkStructs.h>
Public Attributes | |
bool | connected = false |
True, if there is active WiFi connection. All other fields are meaningless if this field is false. More... | |
QString | ssid |
SSID of currently connected network. More... | |
QString | ipAddress |
Current IP address. More... | |
Contains info about current connection.
bool trikWiFi::Status::connected = false |
True, if there is active WiFi connection. All other fields are meaningless if this field is false.
QString trikWiFi::Status::ipAddress |
Current IP address.
QString trikWiFi::Status::ssid |
SSID of currently connected network.