Struct TCPSocket::PendingPacket#

Nested Relationships#

This struct is a nested type of Class TCPSocket.

Struct Documentation#

struct PendingPacket#

Structure holding the data of a pending packet.

Public Members

u32 Size = 0#
usize SizeReceived = 0#
std::vector<u8> Data = {}#