OpenDOF Project
boolean DOFConnectionConfigBuilder_SetMaxSendSilence ( DOFConnectionConfigBuilder  self,
uint32  maxSilence 
)

Set the maximum time allowed to be silent before a packet must be sent for the given DOFConnectionConfigBuilder.

Please refer to DOFConnectionConfigBuilder_Create for the default value for this setting.

Parameters
selfThe Connection Config Builder. If self is NULL, no action will be taken.
maxSilenceThe maximum silence time, in milliseconds. This must be greater than 0.
Return values
TRUEMax send silence was set.
Exceptions
FALSEFailed to set max send silence.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22