Click or drag to resize

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)
Syntax
public FX3Board ActiveFX3 { get; }

Return Value

Type: FX3Board
Returns active FX3 board if enumeration has been completed. Returns nothing otherwise.
See Also