enet-tutorials ~master (2014-11-15T21:57:48Z)
Dub
Repo
BaseClient.send
baseclient
BaseClient
Undocumented in source. Be warned that the author may not have intended to support it.
void
send
(ubyte[] data, ubyte channel)
void
send
(const(P) packet, ubyte channel)
class
BaseClient
void
send
(
P
)
(
auto
ref
const
(
P
)
packet
,
ubyte
channel
= 0
)
if
(
is
(
P
== struct)
)
Meta
Source
See Implementation
baseclient
BaseClient
functions
connect
disconnnect
send
variables
server
serverAddress