#include <CDataStructures.h>
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) |
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.
|
|
|
|
|
|
|
Get found message.
|
|
|
|
Get client info as stored on device.
|
|
|
|
Saving-loading routines.
|
|
Check whether found feature is activated.
|
|
|
|
Check whether registered.
|
|
|
|
Register Cell Client.
|
|
Set found message.
|
|
Disable found feature.
|
|
Enable found feature.
|
|
|
|
|
|
|
|
|