TControlMessage Class Reference
Constructor & Destructor Documentation
TControlMessage()
IMPORT_C | TControlMessage | ( | ) | |
~TControlMessage()
IMPORT_C | ~TControlMessage | ( | ) | |
Member Functions Documentation
ClearFlags()
IMPORT_C void | ClearFlags | ( | ) | |
Used to reset the SetLast flag
IsLast()
IMPORT_C TBool | IsLast | ( | ) | const |
Used to tell whether the data is the last message in the control data or not
MaxLength()
IMPORT_C TInt | MaxLength | ( | ) | const |
Used to get max length of the Control Message
MessageDes()
IMPORT_C const TDesC8 & | MessageDes | ( | ) | const |
Used to retrieves the data part of control message
MessagePtr()
IMPORT_C TDes8 & | MessagePtr | ( | ) | |
Used to retrieves the data part of control message
SetLast()
Used to set the last message of the control data
SetMaxLength(TInt)
IMPORT_C void | SetMaxLength | ( | TInt | aLen | ) | |
Used to set max length of Control Message
Parameters
TInt aLen | Max length of the msg |
SetMessageDes(const TDesC8 &)
IMPORT_C void | SetMessageDes | ( | const TDesC8 & | aData | ) | |
Used to Set the data part of control message with data supplied in aData
Parameters
const TDesC8 & aData | Supplied data |
SetMessagePtr(TDes8 &)
IMPORT_C void | SetMessagePtr | ( | TDes8 & | aData | ) | |
Used to Set the data part of control message with data supplied in aData
Parameters
TDes8 & aData | Supplied data |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.