Struct osc_address::OscBundle [] [src]

pub struct OscBundle<M> { /* fields omitted */ }

An OSC bundle consists of 0 or more OSC packets that are to be handled atomically. Each packet is itself a message or another bundle. The bundle also contains a time tag indicating when it should be handled.

Methods

impl<M> OscBundle<M>
[src]

Return the time at which this OSC bundle should be handled.

Access all messages contained in the bundle.

Trait Implementations

impl<M: Debug> Debug for OscBundle<M>
[src]

Formats the value using the given formatter.