Represents a Loconet packet that assigns a locomotive address to a slot.
Namespace: RRAutoLib.LoconetAssembly: 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:
- A PkLocoSlot, if address assignment was successful.
- A PkLongAck, if no free slot was found.