Module command

Module command 

Source
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 a CommandBuilder.
CommandBuilder
Builds MikroTik router commands using a fluid API.
NoCmd
Represents an empty command. Used as a marker in CommandBuilder.

Enums§

QueryOperator
Represents a query operator. WIP.