All commands are capable of returning replies in two differnt forms: A regular reply or a structured reply. A structured reply is basically like the regular reply but with three differences:
A structured reply is given if the command is invoked with a '!' as first character.
The motivation behind having structured command replies is to make it possible to hide some of the debug command complexity behind a UI.
The reply for a structured command always consists of first repeating the given command, a CR and then additional optional reply data.
| Command | Reply |
612