Represents a Loconet packet for complex sensor data exchange.

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

Syntax

C#
public class PkMultiSense : Packet
Visual Basic (Declaration)
Public Class PkMultiSense _
	Inherits Packet

Remarks

PkMultiSense packets can have several uses depending on the value assigned to the Type property:
  • Report transponding events.
  • Report power management events.
  • Program power management devices.
  • Program block detection devices.
  • Program security element devices.
  • Program stationary decoder devices.
For programming types, a PkLongAck response is expected to confirm the operation.

Inheritance Hierarchy

System..::.Object
  RRAutoLib.Loconet..::.Packet
    RRAutoLib.Loconet..::.PkMultiSense

See Also