vmc-d ~master (2022-03-25T07:33:38.1356948)
Dub
Repo
Client
osc
client
class
Client {
this
(ushort port);
this
(InternetAddress internetAddress);
Client
push
(Message message);
Client
push
(Bundle bundle);
Client
push
(Packet packet);
}
Constructors
this
this
(ushort port)
this
this
(InternetAddress internetAddress)
Members
Functions
push
Client
push
(Message message)
push
Client
push
(Bundle bundle)
push
Client
push
(Packet packet)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
osc
client
classes
Client