PkMultiSense Class Railroad Automation Class Library
Represents a Loconet packet for complex sensor data exchange.
Inheritance Hierarchy

Online System Object
  RRAutoLib.Loconet Packet
    RRAutoLib.Loconet PkMultiSense

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4714.25322
Syntax

<SerializableAttribute> _
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.
See Also