OpenDOF Project
Data Fields
DOSCallbacks::DOSDPSSessionCallbacks_t Struct Reference

The DPS Session interface structure. More...

Data Fields

void(*const Closed )(DOSDPSSession *session, DOSStatus status)
 The Closed callback will be called if the session fails to open, or when the session is closed.
 
void(*const Configure )(DOSDPSSession *session)
 The Configure callback will be called when a session open command is received from a remote node that is requesting an inbound session.
 
void(*const 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.
 

Detailed Description

The DPS Session interface structure.

The interface is implemented by the application and is used to notify the application of events related to DPS sessions.

Note
These callbacks are not required if DOSCONFIG_DISABLE_DPS_SESSIONS is defined.
core-c-cos Version 7.0.1 Build 0
2018-02-08