Gets the Loconet operation code associated with the packet.

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

Syntax

C#
public abstract OpCodes OpCode { get; }
Visual Basic
Public MustOverride ReadOnly Property OpCode As OpCodes
	Get

Field Value

A member of the OpCodes enumeration type.

Remarks

This code is automatically assigned to the packet internally. It represents the packet identification code at the Loconet level.

See Also