GPRS specific realization of the MAbstractMonitor interface.
Inheritance:
Public Methods
-
CGPRSMonitor(const std::string& aAddress)
- Constructor.
-
int Monitor()
- Monitores the connection. Returns always 1.
-
const std::string& GetAddress()
- Returns remote device's GPRS address.
-
bool InRange()
- Tells whether a device is in range or not.
Documentation
GPRS specific realization of the MAbstartactMonitor interface.
CGPRSMonitor(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
int Monitor()
-
Monitores the connection. Returns always 1.
- Returns:
- always 1
const std::string& GetAddress()
-
Return the GPRS 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:
- MAbstractMonitor
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.