| 
 
 | 
 | 
A factory for automatically instantiating the correct rfsv protocol variant depending on the connected Psion.
| enum errs { FACERR_NONE = 0, FACERR_COULD_NOT_SEND = 1, FACERR_AGAIN = 2, FACERR_NOPSION = 3, FACERR_PROTVERSION = 4, FACERR_NORESPONSE = 5 } | errs | 
The known errors which can happen during create .
| rfsvfactory (ppsocket * skt) | rfsvfactory | 
Constructs a rfsvfactory.
Parameters:
| skt | The socket to be used for connecting to the ncpd daemon. | 
| rfsv *  create (bool) | create | 
[virtual]
Creates a new rfsv instance.
Parameters:
| reconnect | Set to true, if automatic reconnect should be performed on failure. | 
Returns: A pointer to a newly created rfsv instance or NULL on failure.
| Enum | getError | 
[virtual]
Retrieve an error code.
Returns: The error code, in case create has failed, 0 otherwise.
| Generated by: rrt on drom on Mon Nov 26 16:06:15 2007, using kdoc 2.0a54. |