Represents a Loconet packet that sets the functions 9 through 12 for a locomotive residing in a slot.

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

Syntax

C#
[SerializableAttribute]
public class PkSetSlotFunc9to12 : Packet
Visual Basic
<SerializableAttribute> _
Public Class PkSetSlotFunc9to12 _
	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..::..PkSetSlotFunc9to12

See Also