Represents a Loconet packet that turns track power on.

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

Syntax

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

Remarks

A packet response is not expected.

Examples

See the Start()()()() method for a code example.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkSetPowerOn

See Also