MPresenceInfoFieldValueBinary Class Reference
class MPresenceInfoFieldValueBinary : public MXIMPBase |
Interface for binary presence info field value object.
Interface for presence information field value having binary format. Contained binary value might be image or similar data object.
Inherits from
- MPresenceInfoFieldValueBinary
Constructor & Destructor Documentation
~MPresenceInfoFieldValueBinary()
~MPresenceInfoFieldValueBinary | ( | ) | [inline, virtual] |
Member Functions Documentation
BinaryValue()
TPtrC8
| BinaryValue | ( | ) | const [pure virtual] |
Returns the binary value.
MaxLength()
TInt
| MaxLength | ( | ) | const [pure virtual] |
Returns maximum length of the field value.
MimeType()
const TPtrC8 | MimeType | ( | ) | const [pure virtual] |
Returns the mime type of the contained value.
SetBinaryValueL(const TDesC8 &)
void | SetBinaryValueL | ( | const TDesC8 & | aValue | ) | [pure virtual] |
Sets the binary value.
-
leave
- KErrOverflow if value length exceeds field specific maxlength.
-
leave
- KErrNoMemory if failed to allocate memory.
Parameters
const TDesC8 & aValue | New binary value to set. |
SetMimeTypeL(const TDesC8 &)
void | SetMimeTypeL | ( | const TDesC8 & | aMimeType | ) | [pure virtual] |
Sets the mime type of the contained object.
-
leave
- KErrNoMemory if failed to allocate memory.
Parameters
const TDesC8 & aMimeType | New mime type value. |
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.