trikRuntime
trikWiFi::Status Struct Reference

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...
 

Detailed Description

Contains info about current connection.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: