WLAN specific realization of the MAbstractMonitor interface.
Inheritance:
Public Methods
-
CWLANMonitor(const std::string& aAddress)
- Constructor.
-
~CWLANMonitor()
- Default destructor.
-
int Monitor()
- Monitores the signal level
-
const std::string& GetAddress()
- Returns remote device's WLAN address.
-
bool InRange()
- Tells whether a device is in range or not.
Documentation
WLAN specific realization of the MAbstartactMonitor interface.
CWLANMonitor(const std::string& aAddress)
-
Constructor, initializes the pinger object so that it can be used
immediately after the construction has finished.
- Parameters:
- aAddress - Remote device's address.
- Returns:
- none
~CWLANMonitor()
-
Default desttructor, deletes allocated variables
- Returns:
- none
int Monitor()
-
Monitores the signal level. Method uses Wireless extension
to obtain the signal value.
- Returns:
- signal level
const std::string& GetAddress()
-
Return the WLAN address of the device under monitoring.
- Returns:
- remote device's address
bool InRange()
-
Tells whether a device is in range or not.
- Returns:
- true if the device is in range
- This class has no child classes.
- See Also:
- MAbstractPinger
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.