class methods
Documentation from code comments
OSC message sender which sends to a specific host & port
clear()
void ofxOscSender::clear()
Documentation from code comments
clear the sender, does not clear host or port values
copy(...)
ofxOscSender & ofxOscSender::copy(const ofxOscSender &other)
Documentation from code comments
for operator= and copy constructor
getHost()
string ofxOscSender::getHost()
Documentation from code comments
\return current host name/ip
getSettings()
const ofxOscSenderSettings & ofxOscSender::getSettings()
Documentation from code comments
\return the current sender settings
sendBundle(...)
void ofxOscSender::sendBundle(const ofxOscBundle &bundle)
Documentation from code comments
send the given bundle
sendMessage(...)
void ofxOscSender::sendMessage(const ofxOscMessage &message, bool wrapInBundle=true)
Documentation from code comments
send the given message if wrapInBundle is true (default), message sent in a timetagged bundle
sendParameter(...)
void ofxOscSender::sendParameter(const ofAbstractParameter ¶meter)
Documentation from code comments
create & send a message with data from an ofParameter
setup(...)
bool ofxOscSender::setup(const ofxOscSenderSettings &settings)
Documentation from code comments
set up the sender with the given settings
Returns: true on success
setup(...)
bool ofxOscSender::setup(const string &host, int port)
Documentation from code comments
set up the sender with the destination host name/ip and port \return true on success
Last updated 火曜日, 19 11月 2024 17:23:39 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue