Specifies the type of a complex sensor message.
Namespace: RRAutoLib.LoconetAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4420.16901
Syntax
| C# |
|---|
public enum MultiSenseType |
| Visual Basic |
|---|
Public Enumeration 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. | |
| Reserved | 2 | A message reserved by Digitrax. This message type should not be seen. | |
| 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
This enumeration is used by the PkMultiSense class.