A queue of received packets.
[Visual Basic] Public Property ReadOnly received_packets As Queue [C#] public Queue received_packets { get; } [C++] public: __property Queue* get_received_packets(); [JScript] public function get received_packets() : Queue
ClientConnection Class | croemud.connection Namespace