nsdsp_end_session
nsdsp_end_session
This function terminates the current session and destroys the Session object.
Syntax
void nsdsp_end_session(
nsdsp_t nsdsp
);
Parameters
nsdsp - a reference to the NSDSP object returned by nsdsp_connect function
Notes
This function should be called to terminate a session when you no longer need it. The function finalizes the session (for example wait for all the data to be transmitted with UART session). It then puts NSDSP programmer into idle mode.
This function destroys the current Session object. The object cannot be accessed any more.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.