oscP5 / OscProperties / setSRSP( )

name
setSRSP ( )
description
SRSP stand for Send and Receive on Same Port. by default osc packets are not received and sent by the same port. if you need to send and receive on the same port call setSRSP(OscProperties.ON) 
Syntax
setSRSP(theFlag);
parameters
theFlagboolean 


Returns
None
Usage
Web & Application
Related