|
WiFiProxy Class Reference
[Proxies]
#include <playerclient.h>
Inherits ClientProxy.
List of all members.
Detailed Description
The WiFiProxy class controls a wifi device.
Constructor & Destructor Documentation
WiFiProxy::WiFiProxy |
( |
PlayerClient * |
pc, |
|
|
unsigned short |
index, |
|
|
unsigned char |
access = 'c' |
|
) |
[inline] |
|
|
Constructor. Leave the access field empty to start unconnected. |
Member Function Documentation
int WiFiProxy::GetLinkQuality |
( |
char * |
ip = NULL |
) |
|
|
int WiFiProxy::GetLevel |
( |
char * |
ip = NULL |
) |
|
|
int WiFiProxy::GetLeveldBm |
( |
char * |
ip = NULL |
) |
[inline] |
|
int WiFiProxy::GetNoise |
( |
char * |
ip = NULL |
) |
|
|
int WiFiProxy::GetNoisedBm |
( |
char * |
ip = NULL |
) |
[inline] |
|
uint16_t WiFiProxy::GetMaxLinkQuality |
( |
|
) |
[inline] |
|
uint8_t WiFiProxy::GetMode |
( |
|
) |
[inline] |
|
int WiFiProxy::GetBitrate |
( |
|
) |
|
|
char* WiFiProxy::GetMAC |
( |
char * |
buf, |
|
|
int |
len |
|
) |
|
|
char* WiFiProxy::GetIP |
( |
char * |
buf, |
|
|
int |
len |
|
) |
|
|
char* WiFiProxy::GetAP |
( |
char * |
buf, |
|
|
int |
len |
|
) |
|
|
int WiFiProxy::AddSpyHost |
( |
char * |
address |
) |
|
|
int WiFiProxy::RemoveSpyHost |
( |
char * |
address |
) |
|
|
void WiFiProxy::FillData |
( |
player_msghdr_t |
hdr, |
|
|
const char * |
buffer |
|
) |
[virtual] |
|
|
All proxies must provide this method. It is used internally to parse new data when it is received.
Reimplemented from ClientProxy. |
void WiFiProxy::Print |
( |
|
) |
[virtual] |
|
|
Print out current data.
Reimplemented from ClientProxy. |
int WiFiProxy::GetLinkIndex |
( |
char * |
ip |
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue May 3 14:16:08 2005 for Player by 1.3.6
|