ofxOscMessage methods
ofxOscMessage::ofxOscMessage()
ofxOscMessage::~ofxOscMessage()
ofxOscMessage::ofxOscMessage(const ofxOscMessage &other)
ofxOscMessage ofxOscMessage::operator=(const ofxOscMessage &other)
ofxOscMessage ofxOscMessage::copy(const ofxOscMessage &other)
void ofxOscMessage::clear()
string ofxOscMessage::getAddress()
string ofxOscMessage::getRemoteIp()
int ofxOscMessage::getRemotePort()
int ofxOscMessage::getNumArgs()
ofxOscArgType ofxOscMessage::getArgType(int index)
string ofxOscMessage::getArgTypeName(int index)
int32_t ofxOscMessage::getArgAsInt32(int index)
float ofxOscMessage::getArgAsFloat(int index)
string ofxOscMessage::getArgAsString(int index)
void ofxOscMessage::setAddress(string _address)
void ofxOscMessage::setRemoteEndpoint(string host, int port)
void ofxOscMessage::addIntArg(int32_t argument)
void ofxOscMessage::addFloatArg(float argument)
void ofxOscMessage::addStringArg(string argument)