nsdsp_list_create
nsdsp_list_free nsdsp_list_get_count nsdsp_list_get_serial nsdsp_list_get_versionnsdsp_list_create
This function enumerates all connected NSDSP programmers, creates an NSDSP List object and populates it with the information about all the found NSDSP devices.
Syntax
nsdsp_list_t nsdsp_list_create(void);
Return
The function returns the new NSDSP List object or NULL if the enumeration failed.
Notes
The list of connected programmers does not update as new programmers get removed or connected. If you need newer information, you need to create a new NSDSP List object.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.