SpiAPIWaitForActiveTransfersDone Method |
Waits for active Spi transfers on the card to finish
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax public void WaitForActiveTransfersDone(
int module
)
Parameters
- module Int32
- The Spi module.
Remarks
This is especially useful when calling
Transmit(Int32, UInt32, Boolean) with
async set to true.
The function blocks until all active transfers on the card have been finished.
Remember to set
Timeout to a sufficient large value.
See Also