OpenDOF Project
boolean DOFConnectionConfigBuilder_SetMaxReceiveSilence ( DOFConnectionConfigBuilder  self,
uint32  maxSilence 
)

Set the maximum time allowed to be silent before a packet must be received 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 receive silence was set.
Exceptions
FALSEFailed to set max receive silence.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22