FX3ConnectionDrPolarity Property |
The Data Ready polarity for streaming mode (index 11)
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool DrPolarity { get; set; }
Public Property DrPolarity As Boolean
Get
Set
public:
property bool DrPolarity {
bool get ();
void set (bool value);
}
member DrPolarity : bool with get, set
Return Value
Type:
BooleanThe data ready polarity, as a boolean (True - low to high, False - high to low)
See Also