Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:sub2r-lib [2022/08/30 18:48] – [UFix_8_8] Igor Yefmov | code:sub2r-lib [2022/09/10 20:39] (current) – [Basic "vendor request" call] Igor Yefmov | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Basic " | ===== Basic " | ||
| + | |||
| + | SUB2r API calls are implemented as USB " | ||
| Sample usage: | Sample usage: | ||
| Line 19: | Line 21: | ||
| array< | array< | ||
| const auto rc{m_fx3.vrCmd(Fx3Cmd:: | const auto rc{m_fx3.vrCmd(Fx3Cmd:: | ||
| - | | + | |
| - | , 0 | + | , 0 |
| - | , 0 | + | , 0 |
| - | , vi)}; | + | , vi)}; |
| return vi; // 32 bits of the " | return vi; // 32 bits of the " | ||
| } | } | ||