User friendly description of the most significant packet parameters.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic MustOverride ReadOnly Property ParmsDesc As String
Get
public abstract string ParmsDesc { get; }
Property Value
Type:
String
RemarksParameters decoded from the packet's
Bytes.
ExamplesSee the
Start method for a code example.
See Also