FX3ConnectionStallTime Property |
Property to get/set the number of microseconds between words
Reqcode: B2
Value: Stall time in microseconds (as int16)
Index: 9
Length: 4
Data: None
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, in microseconds
See Also