Set the maximum send silence time.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilderSecureDatagram setMaxSendSilence( int maxSendSilence )
Parameters
- maxSendSilence
- Type: SystemInt32
The maximum send silence in milliseconds. Must be greater than 0.
Return Value
Type: DOFConnectionConfigBuilderSecureDatagramThe builder.
Remarks
See Also