OpenDOF Project
void(* DOFConnectionStreamRequestListener::DOFConnectionStreamRequestListenerFns_t::StreamRequestComplete)(DOFConnectionStreamRequestListener self, DOFConnectionConfig config, DOFConnectionStreamRequest request)

Callback for a DOFConnection when connect-level interests and a matching providers indicate that a streaming connection is no longer desired.

This callback may indicate to a stream connection that the connection is no longer needed. This call is responsible for cleaning up any state established by the corresponding StreamRequest callback.

This callback may be NULL to ignore notification of this condition.

Parameters
selfThe listener object. This will never be NULL.
configThe DOFConnectionConfig associated with this listener. This will never be NULL.
requetThe DOFConnectionStreamRequest that is now complete. This will never be NULL.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31