FX3ConnectionActiveFX3 Property |
Property which returns the active FX3 board. Returns nothing if there is not a board connected.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3Board ActiveFX3 { get; }
Public ReadOnly Property ActiveFX3 As FX3Board
Get
public:
property FX3Board^ ActiveFX3 {
FX3Board^ get ();
}
member ActiveFX3 : FX3Board with get
Return Value
Type:
FX3BoardReturns active FX3 board if enumeration has been completed. Returns nothing otherwise.
See Also