Exit Command

Disconnects from TCP 77 port (Command)

Help:

{
   "MSG":"HELP",
   "COMMAND":"EXIT",
   "DESCRIPTION":"Command to close the actual connection",
   "MANDATORY_TAGS":[null],
   "OPTIONAL_TAGS":[null]
}

Example:

Single Line command (necessary for MTsocketAPI):

{"MSG":"EXIT"}

Same command in Beauty Format:

{
    "MSG":"EXIT"
}

MTsocketAPI reply:

Bye