dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
SfPacket
dsfml
network
packet
Undocumented in source.
package
class
SfPacket {
package
sfPacket
*
sfPtr
;
this
();
~this
();
const
(
void
)[]
getData
();
void
append
(const(void)[] data);
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
append
void
append
(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
const
(
void
)[]
getData
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sfPtr
sfPacket
*
sfPtr
;
Undocumented in source.
Meta
Source
See Implementation
dsfml
network
packet
classes
Packet
SfPacket
functions
sfPacket_append
sfPacket_canRead
sfPacket_clear
sfPacket_copy
sfPacket_create
sfPacket_destroy
sfPacket_endOfPacket
sfPacket_getData
sfPacket_getDataSize
sfPacket_readBool
sfPacket_readDouble
sfPacket_readFloat
sfPacket_readInt16
sfPacket_readInt32
sfPacket_readInt8
sfPacket_readUint16
sfPacket_readUint32
sfPacket_readUint8
sfPacket_writeBool
sfPacket_writeDouble
sfPacket_writeFloat
sfPacket_writeInt16
sfPacket_writeInt32
sfPacket_writeInt8
sfPacket_writeUint16
sfPacket_writeUint32
sfPacket_writeUint8
structs
sfPacket