oscP5 / OscProperties / setRemoteAddress( )
- name
- setRemoteAddress ( )
- description
- set the remote host address. set ip address and port of the host message should be sent to.
- Syntax
setRemoteAddress(theHostAddress, thePort); setRemoteAddress(theNetAddress);
- parameters
- theHostAddressString
- thePortint
- theNetAddressNetAddress
- Returns
- None
- Usage
- Web & Application
- Related