#include <CCellPhone.h>
Public Methods | |
CCellPhone () | |
Constructor. More... | |
~CCellPhone () | |
Destructor. More... | |
int | call (string number) |
Call given number. More... | |
int | hangup () |
Hangup the phone. More... | |
void | ring () |
Sound ringtone. More... | |
int | answer () |
Answer incoming call. More... | |
string | formatNumber (string number) |
Format passed number to look nice. More... |
Wrapper for cellphone functions and utility functions related to the cellphone
|
Constructor.
|
|
Destructor.
|
|
Answer incoming call.
|
|
Call given number.
|
|
Format passed number to look nice.
|
|
Hangup the phone.
|
|
Sound ringtone.
|