Click or drag to resize

SpiAPI.WaitForActiveTransfersDone Method

Waits for active Spi transfers on the card to finish

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.1
Syntax
C#
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