Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rconcr
master
RCON
AuthenticationError
Client
Command
FormatError
InvalidResponseError
Packet
Built with Crystal 1.9.2
2023-10-08 01:25:30 UTC
enum
RCON::Command
Overview
Represents a command code.
Defined in:
rconcr.cr
Enum Members
AUTH
=
3
EXEC_COMMAND
=
2
RESPONSE
=
0
Instance Method Summary
#auth?
#auth_response?
#exec_command?
#response?
#to_io
(io : IO, format : IO::ByteFormat)
Instance Method Detail
def
auth?
#
[
View source
]
def
auth_response?
#
[
View source
]
def
exec_command?
#
[
View source
]
def
response?
#
[
View source
]
def
to_io
(io : IO, format : IO::ByteFormat)
#
[
View source
]