FX3ConnectionAvailableFX3s Property |
Property which returns a list of the serial numbers of all FX3 boards running the ADI bootloader
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic List<string> AvailableFX3s { get; }
Public ReadOnly Property AvailableFX3s As List(Of String)
Get
public:
property List<String^>^ AvailableFX3s {
List<String^>^ get ();
}
member AvailableFX3s : List<string> with get
Return Value
Type:
ListStringAll detected FX3 boards.
See Also