To remove an event a client would send the following block:
GPI:
↵
ID: 1
↵
Remove: 1
↵
{Event index to remove. A ‘0’ will delete all events}
↵
To set the current event index a client would send the following block:
GPI:
↵
ID: 1
↵
Index: 1
↵
↵
Ultimatte will respond with an ACK message followed by either a GPI List Block or a
Message Block.
GPI LIST:
↵
ID: 1
↵
Index: 0
↵
File 1
↵
File 2
↵
...
↵
or
MESSAGE:
↵
Warning: Event limit exceeded
↵
↵
Checking the Connection
While the connection to Ultimatte is established, a client may send a special no-operation
command to check that Ultimatte is still responding:
PING:
↵
↵
If Ultimatte is responding, it will respond with an ACK message.
Help
Ultimatte can provide help to a client via a Help command{TBD}
HELP:
↵
↵
ACK
↵
↵
Quit
The Quit command will end the telnet session.
QUIT:
↵
↵
5757Developer Information