Inherits RSessionBase.
Public Member Functions | |
IMPORT_C TInt | Connect () |
IMPORT_C TInt | OpenDriver () |
IMPORT_C void | Send (const TDesC8 &aBuf, TRequestStatus &aStatus) |
IMPORT_C void | SendCancel () |
IMPORT_C TInt | UnloadDeviceDriver () |
IMPORT_C TInt | LoadDeviceDriver () |
Client interface for process server
Definition at line 25 of file processclient.h.
EXPORT_C TInt RProcessClient::Connect | ( | ) |
Connects to the server, attempting to start it if necessary.
Definition at line 67 of file processclient.cpp.
EXPORT_C TInt RProcessClient::OpenDriver | ( | ) |
Opens the device driver's logical channel.
Definition at line 105 of file processclient.cpp.
EXPORT_C void RProcessClient::Send | ( | const TDesC8 & | aBuf, | |
TRequestStatus & | aStatus | |||
) |
Sends data to device (asynchronous request).
aBuf | A descriptor which contains the data to be sent. | |
aStatus | A TRequestStatus reference. |
Definition at line 114 of file processclient.cpp.
EXPORT_C void RProcessClient::SendCancel | ( | ) |
Cancels sending request.
Definition at line 121 of file processclient.cpp.
EXPORT_C TInt RProcessClient::UnloadDeviceDriver | ( | ) |
Unloads the device driver.
Definition at line 129 of file processclient.cpp.
EXPORT_C TInt RProcessClient::LoadDeviceDriver | ( | ) |
Loads the device driver.
Definition at line 137 of file processclient.cpp.