Represents a Loconet packet that finds data on the network.

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

Syntax

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

Remarks

A PkFind packet response is possible but not expected.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.Loconet..::..Packet
    RRAutoLib.Loconet..::..PkFind

See Also