msgpack-rpc ~master (2021-12-29T20:27:29.9609296)
Dub
Repo
ServerSocket.Sender
msgpackrpc
transport
udp
ServerSocket
Undocumented in source.
class
ServerSocket
(Server)
static
struct
Sender {
this
(UDPConnection connection, NetworkAddress* netAddr);
void
sendResponse
(Args args);
}
Constructors
this
this
(UDPConnection connection, NetworkAddress* netAddr)
Undocumented in source.
Members
Functions
sendResponse
void
sendResponse
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
msgpackrpc
transport
udp
ServerSocket
constructors
this
functions
onNotify
onRequest
structs
Sender