SfPacket

Utility class used internally to interact with DSFML-C to transfer Packet's data.

Constructors

this
this()

Default constructor

Destructor

~this
~this()

Destructor

Members

Functions

append
void append(const(void)[] data)

Append data to the end of the packet.

getData
const(void)[] getData()

Get a slice of the data contained in the packet.

Variables

sfPtr
sfPacket* sfPtr;
Undocumented in source.

Meta