Expand description
Protocol module for handling MikroTik API communication.
Modules§
- command
- Module containing the command parser and response types.
- error
- Module containing the error types for the command parser.
- sentence
- Module containing the sentence parser and response types.
- word
- Module containing the word parser and response types.
Structs§
- Done
Response - Represents a (tagged) successful command completion response.
- Reply
Response - Represents a reply to a command, including a tag and multiple attributes.
- Trap
Response - Represents an error or warning while executing a command, including a tag and message.
Enums§
- Command
Response - Various types of responses a command can produce.
- Trap
Category - Categories for
TrapResponse, defining the nature of the trap. - Trap
Category Error - Errors that can occur while parsing trap categories in response sentences.
Type Aliases§
- Fatal
Response - Type alias for a fatal response
String.