Gets a user friendly description of the packet.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public override string Description { get; }
Visual Basic
Public Overrides 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.

See Also