Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Enumerations
RCONServer.cpp File Reference
#include "Globals.h"
#include "IniFile.h"
#include "RCONServer.h"
#include "Server.h"
#include "Root.h"
#include "CommandOutput.h"
Include dependency graph for RCONServer.cpp:

Go to the source code of this file.

Classes

class  cRCONCommandOutput
 
class  cRCONListenCallbacks
 

Enumerations

enum  { RCON_PACKET_COMMAND = 2 , RCON_PACKET_LOGIN = 3 , RCON_PACKET_RESPONSE = 2 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
RCON_PACKET_COMMAND 
RCON_PACKET_LOGIN 
RCON_PACKET_RESPONSE 

Definition at line 27 of file RCONServer.cpp.