vmc-d ~master (2022-03-25T07:33:38.1356948)
Dub
Repo
BundleElement
osc
bundle
struct
BundleElement {
this
(Message message);
this
(Bundle bundle);
this
(ubyte[] bundleElement);
string
toString
();
ubyte
[]
opCast
();
size_t
size
();
const
(
Message
)
message
();
const
(
Bundle
)
bundle
();
bool
hasMessage
();
bool
hasBundle
();
}
Constructors
this
this
(Message message)
this
this
(Bundle bundle)
this
this
(ubyte[] bundleElement)
Members
Functions
bundle
const
(
Bundle
)
bundle
()
hasBundle
bool
hasBundle
()
hasMessage
bool
hasMessage
()
message
const
(
Message
)
message
()
opCast
ubyte
[]
opCast
()
size
size_t
size
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Meta
Source
See Implementation
osc
bundle
structs
Bundle
BundleElement