The command in a single line consisting of one or two keywords and zero or more arguments separated by single spaces.
The reply of the server consists of one or more lines separated by CR LF
bytes. Each line of the reply consists of one keyword and zero or more arguments separated by single spaces.
A keyword consists of uppercase ASCII letters.
An argument may be one of the following type:
- integer
-
optional minus sign followed by one or more decimal digits
- string
-
a sequence of characters enclosed in single qoutes, with single quote, backslash and new line characters escaped as
\'
,\\
and\n
respectively
Reply indicating an empty list is a single line containing the following keyword:
NULL
Reply indicating an error is a single line with the following format:
ERROR code 'message'
Copyright © 2007-2009 WebIssues Team