Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.LysKOM
Protocols.LysKOM.Request
Protocols.LysKOM.Request._Request

Class Protocols.LysKOM.Request._Request

Description

This is the main request class. All lyskom request classes inherit this class.


Variable ok

int(0..1) ok

Description

Tells if the call has executed ok


Variable error

object error

Description

How the call failed. The call has completed if (ok||error).