OpenDOF Project
boolean DOFOperationControl_SetMaxResponderCount ( DOFOperationControl  self,
uint16  count 
)

Sets the maximum number of desired responders.

The library will limit the number of responses to this count; even if more responses arrive, they will be ignored and thus not passed to the application.

This logic does not have any effect on the actual number of responses sent or on the number of potential responders that take action based on the request.

Parameters
selfThe operationControl. This must not be NULL.
countThe total number of responses that are desired. Valid values are from 0 (no responses) to 65534, or 65535 to leave responses unlimited.
Returns
TRUE if the max response count was set, FALSE otherwise.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22