OpenDOF Project
void DOS_CancelAll ( DOSObjectID  sourceID)

Send a Cancel All notification to the network, indicating that any operations with the the given Source ID should be cancelled.

This should be called at startup if a previously used Source ID is known from a previous run (e.g., after reboot). The application should send this for each transport.

DOSContext must be cleared, and the following fields may optionally be set prior to this call: Session, Address

Note
If the given Source ID is the same as the node's Source ID, specification DPP.3 states that the node should wait at least 16 seconds after this is sent to prevent operation aliasing problems in the network. It is the responsibility of the application to enforce this delay.
Parameters
sourceIDThe Source ID to be cancelled.
core-c-cos Version 7.0.1 Build 0
2018-02-08