FX3ConnectionBusyFX3s Property |
Property which returns a list of the serial numbers of all FX3 boards currently in use, running the application firmware.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic List<string> BusyFX3s { get; }
Public ReadOnly Property BusyFX3s As List(Of String)
Get
public:
property List<String^>^ BusyFX3s {
List<String^>^ get ();
}
member BusyFX3s : List<string> with get
Return Value
Type:
ListStringThe list of board serial numbers
See Also