Expand description
Module containing the command parser and response types.
Structsยง
- Represents a command that has at least one operation (e.g., a login or a query). Used as a marker in
CommandBuilder. - Represents a final command, complete with a tag and data, ready to be sent to the router. To create a
Command, use aCommandBuilder. - Builds MikroTik router commands using a fluid API.
- Represents an empty command. Used as a marker in
CommandBuilder.