Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSCBundle ¶
type OSCBundle struct {
Contents []OSCPacket `json:"contents"`
TimeTag OSCTimeTag `json:"timeTag"`
}
type OSCMessage ¶
func MessageFromBytes ¶
func MessageFromBytes(bytes []byte) (*OSCMessage, error)
func (*OSCMessage) ToBytes ¶
func (m *OSCMessage) ToBytes() []byte
type OSCTimeTag ¶
type OSCTimeTag struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.