Represents a Loconet packet that assigns a locomotive address to a slot.

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

Syntax

C#
[SerializableAttribute]
public class PkSetLocoAdr : Packet
Visual Basic
<SerializableAttribute> _
Public Class PkSetLocoAdr _
	Inherits Packet

Remarks

One of two packet responses is expected:

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSetLocoAdr

See Also