Gets the Loconet operation code associated with the packet.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic MustOverride ReadOnly Property OpCode As OpCodes
Get
public abstract OpCodes OpCode { get; }
Property Value
Type:
OpCodes
RemarksThis code is automatically assigned to the packet internally. It represents the packet identification code at the Loconet level.
See Also