dsfml v2.1.0 (2015-10-07T06:29:26Z)
Home
Dub
Repo
Packet.getData
dsfml
network
packet
Packet
Get a slice of the data contained in the packet.
class
Packet
const
const
(
void
)[]
getData
(
)
Return Value
Type:
const
(
void
)[]
Slice containing the data.
Meta
Source
See Implementation
dsfml
network
packet
Packet
constructors
this
destructors
~this
functions
append
canRead
clear
endOfPacket
getData
onRecieve
onSend
readBool
readByte
readDouble
readDstring
readFloat
readInt
readShort
readString
readUbyte
readUint
readUshort
readWstring
writeBool
writeByte
writeDouble
writeDstring
writeFloat
writeInt
writeShort
writeString
writeUbyte
writeUint
writeUshort
writeWstring
variables
sfPtr
Get a slice of the data contained in the packet.