[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) Protocols.LysKOM.Request._Request.ok
- Description
-
Tells if the call has executed ok
- Variable
error
-
object Protocols.LysKOM.Request._Request.error
- Description
-
How the call failed.
The call has completed if (ok||error).
|