Represents a Loconet packet for complex sensor data exchange.

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

Syntax

C#
[SerializableAttribute]
public class PkMultiSense : Packet
Visual Basic
<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.

Inheritance Hierarchy

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

See Also