NSDSP List Object
nsdsp_list_create nsdsp_list_free nsdsp_list_get_count nsdsp_list_get_serial nsdsp_list_get_versionNSDSP List Object
NSDSP List object represents a list of NSDSP programmers connected to the PC. The NSDSP List object is a snapshot. It contains information about NSDSP programmers which were connected to the PC at the moment when the NSDSP List object was created. Any removals or additions of new programmers do not affect the existing NSDSP List object. If you want to get newer information, you need to create a new NSDSP List object.
Type
typedef struct nsdsp_list *nsdsp_list_t;
nsdsp_list_t is an opaque reference to an NSDSP List object. It is passed to all functions dealing with NSDSP List objects.
Creation and Destruction
To create an NSDSP List object call nsdsp_list_create function.
When an NSDSP List object is no longer needed, it must be freed using nsdsp_list_free function.
Getting Information
nsdsp_list_get_count function returns the number of NSDSP programmers in the list (may be zero).
nsdsp_list_get_serial and nsdsp_list_get_version functions return information about one of the NSDSP programmers on the list.
© 2007-2025 Northern Software Inc. All Rights Reserved.