Commits all previous changes to the device. Must be called before first using the device (e.g. creating filters).
| 847 | // Commits all previous changes to the device. |
| 848 | // Must be called before first using the device (e.g. creating filters). |
| 849 | void commit() |
| 850 | { |
| 851 | oidnCommitDevice(handle); |
| 852 | } |
| 853 | |
| 854 | // Waits for all asynchronous operations running on the device to complete. |
| 855 | void sync() |
nothing calls this directly
no test coverage detected