FX3ConnectionGetBootStatus Property |
Checks the boot status of the FX3 board by sending a vendor request
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string GetBootStatus { get; }
Public ReadOnly Property GetBootStatus As String
Get
public:
property String^ GetBootStatus {
String^ get ();
}
member GetBootStatus : string with get
Return Value
Type:
StringThe current connection status
See Also