Click or drag to resize

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)
Syntax
public bool VerboseMode { get; }

Return Value

Type: Boolean
See Also