JTAG port description
This is retrieved by calling js_get_port_descr_list(), and is needed for
js_open_port() to indicate which port to use.
Declaration
typedef struct
{
char manufacturer[64],
char serial[64],
char port[64],
char description[128],
void * handle
} js_port_descr_struct;
| Member | Description |
|---|---|
| manufacturer | manufacturer information |
| serial | Serial information |
| port | Port information |
| description | Description information |
| handle | Pointer to handle |