ofDocsdocumentation addons ofxOsc ofxOscBundle

ofxOscBundle


addBundle( ... )

void addBundle(const ofxOscBundle &element)

add another bundle to the bundle


addMessage( ... )

void addMessage(const ofxOscMessage &message)

add a message to the bundle


clear( )

void clear()

clear bundle & message contents


copy( ... )

ofxOscBundle & copy(const ofxOscBundle &other)

for operator= and copy constructor


getBundleAt( ... )

const ofxOscBundle & getBundleAt(size_t i)

\return the bundle at the given index


getBundleAt( ... )

ofxOscBundle & getBundleAt(size_t i)

\return the bundle at the given index


getBundleCount( )

int getBundleCount()

\return the current bundle count


getMessageAt( ... )

const ofxOscMessage & getMessageAt(size_t i)

\return the message at the given index


getMessageAt( ... )

ofxOscMessage & getMessageAt(size_t i)

\return the message at the given index


getMessageCount( )

int getMessageCount()

\return the current message count


ofxOscBundle( ... )

ofxOscBundle(const ofxOscBundle &other)

ofxOscBundle( )

ofxOscBundle()

operator=( ... )

ofxOscBundle & operator=(const ofxOscBundle &other)