Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nwiconnect | The entire Wiconnect Library is contained within the 'wiconnect' namespace |
CCallback | Generic callback function |
CFileInterface | The provides an interface for creating TCP/UDP/TLS/HTTP client sockets. A client socket connects to a remote server |
CFileList | WiConnect WiFi module file listing |
CFunctionPointer | Generic function pointer |
CHttpSocketArgs | Struct for hold HTTP socket configuration |
CLogFunc | Logging callback function |
CMacAddress | Network MAC Address type |
CNetworkInterface | The provides an interface for joining and/or creating a network. It provides other utilities such as scanning for networks, pinging a network, resolving a domain name to IP address |
CQueuedCommand | Class which contains command for asynchronous processing |
CReaderFunc | Generic data reading callback function |
CScanResult | Contains single entry from WiFi scan results |
CScanResultList | List of WiFi network scan results |
CSerialConfig | Host<->Wiconnect Module serial configuration |
CSocketInterface | The provides an interface for creating TCP/UDP/TLS/HTTP client sockets. A client socket connects to a remote server |
CSsid | Network SSID type |
CWiconnect | The root WiConnect library class. This class inheriets all WiConnect functionality |
CWiconnectFile | WiConnect WiFi module file object |
CWiconnectSocket | Connection object to remote server |
CStringUtil | |