Represents a Loconet packet that sets the direction of travel and functions 0 through 4 for a locomotive residing in a slot.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Class PkSetSlotDirFunc _
	Inherits Packet

Remarks

A packet response is not expected. Note: This packet type is a good candidate to be used with the TxPriorityPacket(Packet) method rather than the convetional TxPacket(Packet) method.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkSetSlotDirFunc

See Also