#include <CpMultiStringMessage.h>
|
| | CpMultiStringMessage (unsigned char messageSubtype=CallManager::CP_UNSPECIFIED, const char *str1=NULL, const char *str2=NULL, const char *str3=NULL, const char *str4=NULL, const char *str5=NULL, intptr_t int1=0, intptr_t int2=0, intptr_t int3=0, intptr_t int4=0, intptr_t int5=0, intptr_t int6=0, intptr_t int7=0) |
| |
| virtual | ~CpMultiStringMessage () |
| |
| virtual OsMsg * | createCopy () const |
| |
| void | getString1Data (UtlString &str1) const |
| |
| void | getString2Data (UtlString &str2) const |
| |
| void | getString3Data (UtlString &str3) const |
| |
| void | getString4Data (UtlString &str4) const |
| |
| void | getString5Data (UtlString &str5) const |
| |
| intptr_t | getInt1Data () const |
| |
| intptr_t | getInt2Data () const |
| |
| intptr_t | getInt3Data () const |
| |
| intptr_t | getInt4Data () const |
| |
| intptr_t | getInt5Data () const |
| |
| intptr_t | getInt6Data () const |
| |
| intptr_t | getInt7Data () const |
| |
| void | toString (UtlString &dumpString, const char *terminator="\n") const |
| |
| CpMultiStringMessage |
( |
unsigned char |
messageSubtype = CallManager::CP_UNSPECIFIED, |
|
|
const char * |
str1 = NULL, |
|
|
const char * |
str2 = NULL, |
|
|
const char * |
str3 = NULL, |
|
|
const char * |
str4 = NULL, |
|
|
const char * |
str5 = NULL, |
|
|
intptr_t |
int1 = 0, |
|
|
intptr_t |
int2 = 0, |
|
|
intptr_t |
int3 = 0, |
|
|
intptr_t |
int4 = 0, |
|
|
intptr_t |
int5 = 0, |
|
|
intptr_t |
int6 = 0, |
|
|
intptr_t |
int7 = 0 |
|
) |
| |
| OsMsg * createCopy |
( |
void |
| ) |
const |
|
virtual |
| intptr_t getInt1Data |
( |
| ) |
const |
| intptr_t getInt2Data |
( |
| ) |
const |
| intptr_t getInt3Data |
( |
| ) |
const |
| intptr_t getInt4Data |
( |
| ) |
const |
| intptr_t getInt5Data |
( |
| ) |
const |
| intptr_t getInt6Data |
( |
| ) |
const |
| intptr_t getInt7Data |
( |
| ) |
const |
| void getString1Data |
( |
UtlString & |
str1 | ) |
const |
| void getString2Data |
( |
UtlString & |
str2 | ) |
const |
| void getString3Data |
( |
UtlString & |
str3 | ) |
const |
| void getString4Data |
( |
UtlString & |
str4 | ) |
const |
| void getString5Data |
( |
UtlString & |
str5 | ) |
const |
| void toString |
( |
UtlString & |
dumpString, |
|
|
const char * |
terminator = "\n" |
|
) |
| const |