class MCommsApiExtProvider |
Comms API extension provider interface.
Public Member Functions | |
---|---|
TInt | Close(const TIpcArgs &) |
TInt | Handle() |
void | Release() |
TInt | Send(const TIpcArgs &) |
void | SendReceive(const TIpcArgs &, TRequestStatus &) |
TInt | Close | ( | const TIpcArgs & | aArgs | ) | const [pure virtual] |
const TIpcArgs & aArgs |
TInt | Send | ( | const TIpcArgs & | aArgs | ) | const [pure virtual] |
const TIpcArgs & aArgs |
void | SendReceive | ( | const TIpcArgs & | aArgs, |
TRequestStatus & | aStatus | |||
) | const [pure virtual] |
const TIpcArgs & aArgs | |
TRequestStatus & aStatus |