Interface IDebugWindow
Represents a window used to output debug information.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IDebugWindow
Properties
| Name | Description |
|---|---|
| LabelText | Sets the label text in the debug window. |
Methods
| Name | Description |
|---|---|
| LogMessage(String) | Adds a message to the debug window. |