ofxOscMessage

ofxOscMessage methods

ofxOscMessage()

ofxOscMessage::ofxOscMessage()

~ofxOscMessage()

ofxOscMessage::~ofxOscMessage()

ofxOscMessage(...)

ofxOscMessage::ofxOscMessage(const ofxOscMessage &other)

operator=(...)

ofxOscMessage ofxOscMessage::operator=(const ofxOscMessage &other)

copy(...)

ofxOscMessage ofxOscMessage::copy(const ofxOscMessage &other)

clear()

void ofxOscMessage::clear()

getAddress()

string ofxOscMessage::getAddress()

getRemoteIp()

string ofxOscMessage::getRemoteIp()

getRemotePort()

int ofxOscMessage::getRemotePort()

getNumArgs()

int ofxOscMessage::getNumArgs()

getArgType(...)

ofxOscArgType ofxOscMessage::getArgType(int index)

getArgTypeName(...)

string ofxOscMessage::getArgTypeName(int index)

getArgAsInt32(...)

int32_t ofxOscMessage::getArgAsInt32(int index)

getArgAsFloat(...)

float ofxOscMessage::getArgAsFloat(int index)

getArgAsString(...)

string ofxOscMessage::getArgAsString(int index)

setAddress(...)

void ofxOscMessage::setAddress(string _address)

setRemoteEndpoint(...)

void ofxOscMessage::setRemoteEndpoint(string host, int port)

addIntArg(...)

void ofxOscMessage::addIntArg(int32_t argument)

addFloatArg(...)

void ofxOscMessage::addFloatArg(float argument)

addStringArg(...)

void ofxOscMessage::addStringArg(string argument)