OpenDOF Project
boolean DOFOperationControl_SetFloodAllowed ( DOFOperationControl  self,
boolean  isFloodAllowed 
)

Set whether or a unicast request can be flooded when there are no known providers.

If there are no known providers and this option is set to FALSE, the request will not be sent. Multicast and broadcast requests are not affected by this setting. By default, this flag is TRUE.

Parameters
selfThe operationControl. This must not be NULL.
isFloodAllowedEither non-zero (TRUE) to allow the request to be flooded, or zero (FALSE) to prevent flooding.
Returns
TRUE if the flag was set as indicated, FALSE otherwise.
See Also
DOFOperationControl_IsFloodAllowed
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22