oscP5 / OscProperties / networkProtocol( )
- name
- networkProtocol ( )
- description
- returns the network protocol being used to transmit osc packets. returns an int. 0 (UDP), 1 (MULTICAST), 2 (TCP)
- Syntax
networkProtocol();
- Returns
- int
- Usage
- Web & Application
- Related