Click or drag to resize

PkUnknownOpCode 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 Overrides ReadOnly Property OpCode As OpCodes
	Get

Property Value

Type: OpCodes
The None member of the OpCodes enumeration type.
Remarks
The OpCode is automatically assigned to the packet internally.
See Also