Gets a user friendly description of the packet.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
public abstract string Description { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property Description As String Get |
Field Value
A string that describes the packet.
Remarks
Description of the packet that can be displayed through a user interface.
Examples
See the Start()()()() method for a code example.