vmc-d ~master (2022-03-25T07:33:38.1356948)
Dub
Repo
Server
osc
server
class
Server {
this
(ushort port);
this
(InternetAddress internetAddress);
~this
();
const
(
Message
)[]
popMessages
();
void
close
();
}
Constructors
this
this
(ushort port)
this
this
(InternetAddress internetAddress)
Destructor
~this
~this
()
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
popMessages
const
(
Message
)[]
popMessages
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
osc
server
classes
PullServer
Server