#include <emimeclisession.h>
Link against: emimeclient.lib
class REMimeSession : public RSessionBase |
Public Member Functions | |
---|---|
REMimeSession() | |
IMPORT_C void | Close() |
IMPORT_C TInt | Connect() |
IMPORT_C TInt | GetPreferredBufSize(TInt &) |
TInt | InternalConnect() |
IMPORT_C TInt | RecognizeData(const RFile &, TDataRecognitionResult &) |
IMPORT_C TInt | RecognizeData(const TDesC &, const TDesC8 &, TDataRecognitionResult &) |
IMPORT_C TInt | RecognizeData(const TDesC &, TDataRecognitionResult &) |
IMPORT_C TInt | RecognizeSpecificData(const RFile &, const TDataType &, TBool &) |
IMPORT_C TInt | SetMaxDataBufSize(TUint) |
IMPORT_C TVersion | Version() |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Description: Client side interface to the emime server This class provides the interface to access the services provided by emime server. Clients can use the functions provided by REMimeSession to perform mime recognition This class provides a session with the emime server. To use this class, clients first need to connect to the server. The session should be closed when it is no longer needed, before it goes out of scope. EMIME Session is NOT SHARABLE across threads in the Phase 1 implementation
IMPORT_C | REMimeSession | ( | ) |
IMPORT_C TInt | Connect | ( | ) |
TInt | InternalConnect | ( | ) |
IMPORT_C TInt | RecognizeData | ( | const RFile & | aFile, |
TDataRecognitionResult & | aResult | |||
) | const |