Click or drag to resize

PacketOpCode Property

Gets the Loconet operation code associated with the packet.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public MustOverride ReadOnly Property OpCode As OpCodes
	Get

Property Value

Type: OpCodes
Remarks
This code is automatically assigned to the packet internally. It represents the packet identification code at the Loconet level.
See Also