OpenDOF Project
uint16 DOFState_GetMaxConnections ( DOFState  self)

Gets the maximum number of connections, both inbound and outbound, that a DOF currently supports.

This value may change through use of DOF_SetMaxConnections.

Deprecated:
This functionality was replaced by DOFState_GetConnectionLimit.
Parameters
selfThe state to get the value from. This must not be NULL.
Returns
The maximum number of connections, both inbound and outbound, that a DOF currently supports.
See Also
DOFConfigBuilder_SetMaxConnections
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25