Expand description
Driving a whole capture matrix.
This exists so the CLI, the Node binding and the Python binding all walk the same code path. A binding that reimplements the loop is a binding that drifts from the CLI, and then “it works from the command line” becomes a support burden.
Structs§
- Device
Result - One device’s result, including the failure case.
- RunOptions
- Everything a run needs.
- RunReport
- The manifest a run produces.
Functions§
- run
- Capture every device in
opts, reporting progress as it goes.