Gets the Loconet operation code associated with the packet.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Overrides ReadOnly Property OpCode As OpCodes
Get
public override OpCodes OpCode { get; }
Property Value
Type:
OpCodesThe
None member of the
OpCodes enumeration type.
RemarksThe OpCode is automatically assigned to the packet internally.
See Also