Gets a user friendly parameter description of the packet.

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

Syntax

C#
public abstract string ParmsDesc { get; }
Visual Basic
Public MustOverride ReadOnly Property ParmsDesc As String
	Get

Field Value

A string that describes the parameters of the packet.

Remarks

Description of the packet parameters, decoded from the packet Bytes, that can be displayed through a user interface.

Examples

See the Start()()()() method for a code example.

See Also