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 override string ParmsDesc { get; }
Visual Basic
Public Overrides 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.

See Also