OpenDOF Project
void(* const DOSCallbacks::DOSDPSSessionCallbacks_t::Opened)(DOSDPSSession *session)

The Opened callback will be called for both inbound and outbound sessions to indicate the session is open and is ready to be used.

For outbound sessions it will be called after DOSDPSSession_Open and all negotiation including any security negotiation is complete. For inbound sessions it will be called after the configure callback is called and all negotiation including any security negotiation is complete.

Note
DOSContext should not be used in this callback without first calling DOSContext_Clear.

This callback must not be NULL.

Parameters
sessionThe session that was opened. This will not be NULL.
core-c-cos Version 7.0.1 Build 0
2018-02-08