CLOSE Message

Closes the dictionary.

Message syntax

CLOSE<end>

where

<end> = Char(0)

Reply syntax

resultCode<end>

where

Parameter Type Description
resultCode integer
Value Description
OK The dictionary was succesfully closed.
ERROR An unspecified error.
<end> = Char(0)

Example

The following string close the dictionary.

-> CLOSE<end>
<- 0<end>

where

<end> = Char(0)

See also

OPEN