FX3SPIConfigStallTime Property |
Property to get/set the stall time (in microseconds)
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort StallTime { get; set; }
Public Property StallTime As UShort
Get
Set
public:
property unsigned short StallTime {
unsigned short get ();
void set (unsigned short value);
}
member StallTime : uint16 with get, set
Return Value
Type:
UInt16The current stall time setting, in microseconds
See Also