Represents a Loconet packet that sets the state of a switch.

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

Syntax

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

Remarks

A PkLongAck response is expected if the command failed, otherwise no response.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSetSwitch

See Also