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. | |
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.