MultiSenseType Enumeration |
Specifies the type of a complex sensor message.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration MultiSenseType
public enum MultiSenseType
Members
| Member name | Value | Description |
---|
| TransponderRelease | 0 | A message indicating that a transponder has exited a block. |
| TransponderDetect | 1 | A message indicating that a transponder has entered a block. |
| TransponderInputBits | 2 | A message indicating the transponder's direction of travel. |
| PowerManagerStatus | 3 | A status message generated by a power management device such as a PM4. |
| PowerManagerOps | 4 | A message used to program power management devices. |
| BlockDetectionOps | 5 | A message used to program block detection devices. |
| SecurityElementOps | 6 | A message used to program security element devices. |
| StationaryDecoderOps | 7 | A message used to program stationary decoder devices. |
| OtherDetection | 8 | A message not currently supported by this API. |
Remarks
See Also