OpenDOF Project

Predefined response levels for reducing unwanted response traffic.

Enumerator:
DOFOPERATIONRESPONSELEVEL_ALL 

Specifies that all responses (successful, exceptional, or intermediate) are desired.

DOFOPERATIONRESPONSELEVEL_EXCEPTION 

Specifies that all final responses (successful or exceptional) are desired (excludes intermediate exceptions).

DOFOPERATIONRESPONSELEVEL_SUCCESS 

Specifies that only successful responses are desired (all exceptions on the provider are ignored).

If the request results in an exception, there will be no indication – the operation will simply time out. Locally-generated exceptions (such as timeout) are always reported.

DOFOPERATIONRESPONSELEVEL_NONE 

Specifies that no response is desired (execute the request, but do not respond).

This level does not apply to operations where there is no purpose in the request without the response (e.g., a Get). Locally-generated exceptions (such as timeout) are always reported.

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22