FX3BoardVerboseMode Property |
Read-only property to check if the firmware version was compiled with verbose mode enabled. When verbose mode
is enabled, much more data will be logged to the UART output. This is useful for debugging, but causes significant
performance loss for high throughput applications.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool VerboseMode { get; }
Public ReadOnly Property VerboseMode As Boolean
Get
public:
property bool VerboseMode {
bool get ();
}
member VerboseMode : bool with get
Return Value
Type:
Boolean
See Also