Represents a Loconet packet that comunicates with a LocoIO device.

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

Syntax

C#
[SerializableAttribute]
public class PkLocoIO : PkPeerXfer
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PkLocoIO _
	Inherits PkPeerXfer

Remarks

A PkLocoIO response is expected. The static (Shared in Visual Basic) members in this class are helpers which simplify LocoIO operations.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkPeerXfer
      RRAutoLib.Loconet..::.PkLocoIO

See Also