diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_r_process_client.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_r_process_client.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_r_process_client.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,82 +1,80 @@ - -
-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 () |
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.
-Definition at line 25 of file processclient.h.
+EXPORT_C TInt RProcessClient::Connect | +EXPORT_C TInt RProcessClient::Connect | ( | -+ | ) | -+ |
Connects to the server, attempting to start it if necessary.
+-Connects to the server, attempting to start it if necessary.
Definition at line 67 of file processclient.cpp.
+Definition at line 67 of file processclient.cpp.
EXPORT_C TInt RProcessClient::OpenDriver | +EXPORT_C TInt RProcessClient::OpenDriver | ( | -+ | ) | -+ |
Opens the device driver's logical channel.
+-Opens the device driver's logical channel.
Definition at line 105 of file processclient.cpp.
+Definition at line 105 of file processclient.cpp.
EXPORT_C void RProcessClient::Send | +EXPORT_C void RProcessClient::Send | ( | const TDesC8 & | aBuf, | @@ -90,91 +88,89 @@|||
) | -+ |
-Sends data to device (asynchronous request).
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.
+Definition at line 114 of file processclient.cpp.
EXPORT_C void RProcessClient::SendCancel | +EXPORT_C void RProcessClient::SendCancel | ( | -+ | ) | -+ |
Cancels sending request.
--Cancels sending request. -
Definition at line 121 of file processclient.cpp.
+Definition at line 121 of file processclient.cpp.
EXPORT_C TInt RProcessClient::UnloadDeviceDriver | +EXPORT_C TInt RProcessClient::UnloadDeviceDriver | ( | -+ | ) | -+ |
Unloads the device driver.
+-Unloads the device driver.
Definition at line 129 of file processclient.cpp.
+Definition at line 129 of file processclient.cpp.
EXPORT_C TInt RProcessClient::LoadDeviceDriver | +EXPORT_C TInt RProcessClient::LoadDeviceDriver | ( | -+ | ) | -+ |
Loads the device driver.
+-Loads the device driver.
Definition at line 137 of file processclient.cpp.
+Definition at line 137 of file processclient.cpp.
-