mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-12-01 00:30:23 -05:00
Finish implementing clientbound proto
This commit is contained in:
parent
50b2d3190e
commit
95cf9aeccf
2 changed files with 627 additions and 1 deletions
|
|
@ -220,8 +220,12 @@ impl_words! {
|
|||
Err("ERR"),
|
||||
/// Executes a forced shut down (FSD).
|
||||
Fsd("FSD"),
|
||||
/// Server confirms forced shut down (FSD).
|
||||
FsdSet("FSD-SET"),
|
||||
/// Serverbound query.
|
||||
Get("GET"),
|
||||
/// Server confirms logout (this is lower-case on purpose).
|
||||
Goodbye("Goodbye"),
|
||||
/// Client requesting a list of commands supported by the server.
|
||||
Help("HELP"),
|
||||
/// Executes an instant command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue