PlayerCc::WiFiProxy Class Reference
The WiFiProxy class controls a wifi device.
More...
#include <playerc++.h>
Inheritance diagram for PlayerCc::WiFiProxy:

Collaboration diagram for PlayerCc::WiFiProxy:

Detailed Description
Public Member Functions | |
| WiFiProxy (PlayerClient *aPc, uint32_t aIndex=0) | |
| Constructor. | |
| ~WiFiProxy () | |
| Destructor. | |
| const playerc_wifi_link_t * | GetLink (int aLink) |
| Get the playerc wifi link data. | |
| int | GetLinkCount () const |
| Get how many links the device sees. | |
| char * | GetOwnIP () const |
| Get your current IP address. | |
| char * | GetLinkIP (int index) const |
| Get the IP address from a particular link. | |
| char * | GetLinkMAC (int index) const |
| Get the MAC address from a particular link. | |
| char * | GetLinkESSID (int index) const |
| Get the ESSID from a particular link. | |
| double | GetLinkFreq (int index) const |
| Get the frequency from a particular link. | |
| int | GetLinkMode (int index) const |
| Get the connection mode from a particular link. | |
| int | GetLinkEncrypt (int index) const |
| Get whether a particular link is encrypted. | |
| int | GetLinkQuality (int index) const |
| Get the quality of a particular link. | |
| int | GetLinkLevel (int index) const |
| Get the signal level of a particular link. | |
| int | GetLinkNoise (int index) const |
| Get the noise level of a particular link. | |
Private Member Functions | |
| void | Subscribe (uint32_t aIndex) |
| void | Unsubscribe () |
Private Attributes | |
| playerc_wifi_t * | mDevice |
The documentation for this class was generated from the following file:

