FX3ConnectionFX3BoardAttached Property |
Checks if there is a Cypress FX3 USB device connected to the system
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool FX3BoardAttached { get; }
Public ReadOnly Property FX3BoardAttached As Boolean
Get
public:
property bool FX3BoardAttached {
bool get ();
}
member FX3BoardAttached : bool with get
Return Value
Type:
BooleanA boolean indicating if there is an FX3 attached
See Also