Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CSystem Class Reference

Object for setting/registering and storing password, cell client, and Found message and instructions. More...

#include <CDataStructures.h>

List of all members.

Public Methods

 CSystem ()
 ~CSystem ()
bool setPasswd (string newpasswd)
bool verifyPasswd (string passwd)
void setPasswdOn (void)
void setPasswdOff (void)
bool isPasswdOn (void)
void setFoundMessage (string foundmessage)
 Set found message. More...

string getFoundMessage (void)
 Get found message. More...

void setFoundMsgOn (void)
 Enable found feature. More...

void setFoundMsgOff (void)
 Disable found feature. More...

bool isFoundMsgOn (void)
 Check whether found feature is activated. More...

bool setCellClient (string provider, string callnum, string acct, string pin, string alt)
 Register Cell Client. More...

bool isRegistered (void)
 Check whether registered. More...

string getProvider (void)
 Get client info as stored on device. More...

string getCallNum (void)
string getPin (void)
string getTypeOfDevice (void)
void inputData (string inputdata)
 Saving-loading routines. More...

string outputData (void)


Detailed Description

Object for setting/registering and storing password, cell client, and Found message and instructions.

Besides setting and resetting all these fields, provides state checking whether these features are enabled or not by user. As usual, provides saving/loading via one string.


Constructor & Destructor Documentation

CSystem::CSystem void   
 

CSystem::~CSystem void   
 


Member Function Documentation

string CSystem::getCallNum void   
 

string CSystem::getFoundMessage void   
 

Get found message.

string CSystem::getPin void   
 

string CSystem::getProvider void   
 

Get client info as stored on device.

string CSystem::getTypeOfDevice void   
 

void CSystem::inputData string    inputdata
 

Saving-loading routines.

bool CSystem::isFoundMsgOn void   
 

Check whether found feature is activated.

bool CSystem::isPasswdOn void   
 

bool CSystem::isRegistered void   
 

Check whether registered.

string CSystem::outputData void   
 

bool CSystem::setCellClient string    provider,
string    callnum,
string    acct,
string    pin,
string    alt
 

Register Cell Client.

void CSystem::setFoundMessage string    foundmessage
 

Set found message.

void CSystem::setFoundMsgOff void   
 

Disable found feature.

void CSystem::setFoundMsgOn void   
 

Enable found feature.

bool CSystem::setPasswd string    newpasswd
 

void CSystem::setPasswdOff void   
 

void CSystem::setPasswdOn void   
 

bool CSystem::verifyPasswd string    passwd
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:58 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001