oscP5 / OscProperties / setDatagramSize( )

name
setDatagramSize ( )
description
set the size of the datagrampacket byte buffer. the default size is 1536 bytes. 
Syntax
setDatagramSize(theSize);
parameters
theSizeint 


Returns
None
Usage
Web & Application
Related