|
libjaylink
0.2.0
Library to access J-Link devices
|
Device discovery. More...
Functions | |
| int | jaylink_discovery_scan (struct jaylink_context *ctx, uint32_t ifaces) |
| Scan for devices. More... | |
Device discovery.
| int jaylink_discovery_scan | ( | struct jaylink_context * | ctx, |
| uint32_t | ifaces | ||
| ) |
Scan for devices.
| [in,out] | ctx | libjaylink context. |
| [in] | ifaces | Host interfaces to scan for devices. Use bitwise OR to specify multiple interfaces, or 0 to use all available interfaces. See jaylink_host_interface for a description of the interfaces. |
| JAYLINK_OK | Success. |
| JAYLINK_ERR_ARG | Invalid arguments. |
| JAYLINK_ERR_IO | Input/output error. |
| JAYLINK_ERR | Other error conditions. |
1.8.10