OpenDOF Project
Deprecated List
Global DOF_SetMaxConnections (DOF self, uint16 max)
This functionality was replaced by DOF_SetConnectionLimit.
Global DOF_SetMaxOperations (DOF self, uint32 max)
The ability to set a maximum number of operations was removed. This function no longer has any effect. The maximum number of simultaneous operations that the DOF supports is 0xFFFFFFFF (effectively unlimited).
Global DOFConfig_GetMaxConnections (DOFConfig self)
This functionality was replaced by DOFConfig_GetConnectionLimit.
Global DOFConfig_GetMaxOperations (DOFConfig self)
The ability to set a maximum number of operations was removed. This function always returns 0xFFFFFFFF.
Global DOFConfigBuilder_SetMaxConnections (DOFConfigBuilder self, uint16 max)
This functionality was replaced by DOFConfigBuilder_SetConnectionLimit.
Global DOFConfigBuilder_SetMaxOperations (DOFConfigBuilder self, uint32 max)
The ability to set a maximum number of operations was removed. This function no longer has any effect. The maximum number of simultaneous operations that the DOF supports is 0xFFFFFFFF (effectively unlimited).
Global DOFServer_GetConfig (const DOFServer self)
This function was deprecated in version 6.1 and should not be used. Its functionality was replaced by DOFServer_CreateState, which should be used instead.
Global DOFServerConfig_GetMaxConnections (const DOFServerConfig self)
This functionality was replaced by DOFServerConfig_GetConnectionLimit.
Global DOFServerConfigBuilder_SetMaxConnections (DOFServerConfigBuilder self, uint16 maxConnections)
This functionality was replaced by DOFServerConfigBuilder_SetConnectionLimit.
Global DOFServerState_GetMaxConnections (DOFServerState self)
This functionality was replaced by DOFServerState_GetConnectionLimit.
Global DOFState_GetMaxConnections (DOFState self)
This functionality was replaced by DOFState_GetConnectionLimit.
Global DOFState_GetMaxOperations (DOFState self)
The ability to set a maximum number of operations was removed. This function always returns 0xFFFFFFFF.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31