oscP5 / OscProperties / setNetworkProtocol( )
- name
- setNetworkProtocol ( )
- description
- set the network protocol over which osc messages are transmitted. options are OscProperties.UDP and OscProperties.MULTICAST the network protocol can only be set before initializing oscP5.
- Syntax
setNetworkProtocol(theProtocol);
- parameters
- theProtocolint
- Returns
- None
- Usage
- Web & Application