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