Skip to content
Snippets Groups Projects
Commit 9abe76c6 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[server] fix server doc

parent 935f11c2
No related branches found
No related tags found
No related merge requests found
...@@ -108,13 +108,13 @@ a list of _commands_: ...@@ -108,13 +108,13 @@ a list of _commands_:
Similarly, a single output message consists of a list Similarly, a single output message consists of a list
of _replies_, listed in table below: of _replies_, listed in table below:
| Replies | Parameters | Description | | Replies | Parameters | Description |
|:---------|:-----------|:------------| |:--------|:-----------|:------------|
| `DATA` | `id,data` | Response data from the identified request | | `DATA` | `id,data` | Response data from the identified request |
| `ERROR` | `id,message` | Error message from the identified request | | `ERROR` | `id,message` | Error message from the identified request |
| `SIGNAL` | `id` | The identified signal has been emitted since last exchange | | `SIGNAL` | `id` | The signal has been emitted since last exchange |
| `KILLED` | `id` | The identified request has been killed or interrupted | | `KILLED` | `id` | The request has been killed or interrupted |
| `REJECTED` | `id` | The identified request was not registered on the Server | | `REJECTED` | `id` | The request was not registered on the Server |
| `CMDLINEON` | - | The command line has started | | `CMDLINEON` | - | The command line has started |
| `CMDLINEOFF` | - | The command line is terminated | | `CMDLINEOFF` | - | The command line is terminated |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment