|
|
Remote Print services via PLP
| |
| ~ |
Virtual destructor.
| void |
Initializes a connection to the remote machine.
| void |
Attempts to re-establish a remote connection by first closing the socket, then connecting again to the ncpd daemon and finally calling reset.
| Enum<rfsv::errs> |
Retrieves the current status of the connection.
Returns: The connection status.
| Enum<rfsv::errs> |
Get Print Data
| Enum<rfsv::errs> |
Init Printer
| Enum<rfsv::errs> |
Cancels a running job.
| bool |
Stops the WPRT server.
| enum |
[protected]
The possible commands.
| ppsocket * |
[protected]
The socket, used for communication with ncpd.
| Enum<rfsv::errs> |
[protected]
The current status of the connection.
| bool |
[protected]
Sends a command to the remote side.
If communication fails, a reconnect is triggered and a second attempt to transmit the request is attempted. If that second attempt fails, the function returns an error an sets rpcs::status to E_PSI_FILE_DISC.
Parameters:
| cc | The command to execute on the remote side. |
| data | Additional data for this command. |
Returns: true on success, false on failure.
| Enum<rfsv::errs> |
[protected]
| const char * |
[protected]
| Generated by: felfert@usw-pr-shell1.sourceforge.net on Sat Aug 10 18:46:04 2002, using kdoc 2.0a36. |