WrapperSetSpiStallTime Method |
Sets the stall time between SPI words
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetSpiStallTime(
int stallTimeMicroseconds
)
Public Sub SetSpiStallTime (
stallTimeMicroseconds As Integer
)
public:
void SetSpiStallTime(
int stallTimeMicroseconds
)
member SetSpiStallTime :
stallTimeMicroseconds : int -> unit
Parameters
- stallTimeMicroseconds
- Type: SystemInt32
Stall time, in microseconds
See Also