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 override OpCodes OpCode { get; }
Visual Basic
Public Overrides ReadOnly Property OpCode As OpCodes
	Get

Field Value

The LOCO_SND member of the OpCodes enumeration type.

Remarks

The OpCode is automatically assigned to the packet internally.

See Also