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