buffer v0.2.41 (2022-01-25T05:46:57Z)
Dub
Repo
Server
buffer
rpc
server
Undocumented in source.
class
Server (
Business
) {
static immutable
string
[]
builtinFunctions
;
this
();
ubyte
[]
Handler
(ubyte[] data, Stuff stuff);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
Handler
ubyte
[]
Handler
(ubyte[] data, Stuff stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
builtinFunctions
string
[]
builtinFunctions
;
Undocumented in source.
Meta
Source
See Implementation
buffer
rpc
server
classes
Server