Location:
SmsMessageWrappers.h
Link against: smcm.lib
class TMsvMessageBio;
Proxy that provides a bearer independent interface to the underlying container (CSmsMessage
) which is tailored mainly for GSM. This class should be considered the base class for all other bearer interfaces.
Defined in TMsvMessageBio
:
BioMsgIdType()
, Encoding()
, OriginatingAddress()
, SetBioMsgIdType()
, SetEncoding()
, iSmsHeader
IMPORT_C TSmsCharacterEncoding Encoding() const;
Returns the character encoding.
|
IMPORT_C void SetEncoding(TSmsCharacterEncoding aEncoding);
Sets the character encoding.
|
|
IMPORT_C TPtrC OriginatingAddress() const;
Returns address where the message originated from
|
|
IMPORT_C TBioMsgIdType BioMsgIdType() const;
Gets the message's BIO message type identifier.
For non-BIO messages, this is EBioMsgIdNbs.
|
IMPORT_C void SetBioMsgIdType(TBioMsgIdType aBioMsgIdType);
Sets the message's BIO message type identifier.
|
protected: CSmsHeader & iSmsHeader;
CSmsHeader
provides access to all the generic, GSM, and CDMA data required by the wrappers