PkMultiSense Class |
Namespace: RRAutoLib.Loconet
<SerializableAttribute> Public Class PkMultiSense Inherits Packet
The PkMultiSense type exposes the following members.
Name | Description | |
---|---|---|
![]() | PkMultiSense | Initializes a new instance of the PkMultiSense class |
![]() | PkMultiSense(SerializationInfo, StreamingContext) | Used to inherit custom serialization from Packet because constructors are not inherited. |
Name | Description | |
---|---|---|
![]() | ActualLocoOrient | Gets actual locomotive's orientation reported by the transponder, taking LocoOrientInverted into account. |
![]() | BDL16Address | Gets or sets the BDL16x address of the transponding receiver reporting the event. |
![]() | BDL16Zone | Gets or sets the BDL16x zone of the transponding receiver reporting the event. |
![]() | Bytes | Gets the bytes that makes up a Loconet packet message. (Inherited from Packet.) |
![]() | DccAddress | Gets or sets the locomotive's address reported by the transponder. |
![]() | Description | User friendly description of the packet. (Overrides PacketDescription.) |
![]() | DeviceAddress | Gets or sets the device independent address of the transponding receiver reporting the event. |
![]() | ID | Gets the unique identifier of the packet. (Inherited from Packet.) |
![]() | IsEchoe | Gets value indicating if the packet is an echoe. (Inherited from Packet.) |
![]() | LocoDirection | Gets or sets the locomotive's direction reported by the transponder. |
![]() | LocoOrientation | Gets or sets the locomotive's orientation reported by the transponder. |
![]() | LocoOrientInverted | Gets or sets if current LocoOrientation is inverted, probably due to auto-reverse, reported by the transponder. |
![]() | NeedsPacketResponse | (Overrides PacketNeedsPacketResponse.) |
![]() | OpCode | Gets the Loconet operation code associated with the packet. (Overrides PacketOpCode.) |
![]() | ParmsDesc | User friendly description of the most significant packet parameters. (Overrides PacketParmsDesc.) |
![]() | PmAsAutoRev | Gets the power manager's auto reverse configuration of its four relays. |
![]() | PmRelayStatus | Gets the power manager's on/off status of its four relays. |
![]() | PostTxWait | Gets or sets the time in milliseconds to wait after sending this packet before performing the next step. (Inherited from Packet.) |
![]() | ProgAddress | Gets or sets the address of the device being programmed. |
![]() | ProgOpsState | Gets or sets the state of the option switch. |
![]() | ProgOpSwitch | Gets or sets the option switch number to be affected. |
![]() | ProgWrite | Gets or sets if packet is used for reading or writing data. |
![]() | RxPacket | Gets the received response packet post transmit. (Inherited from Packet.) |
![]() | Tag | Gets or sets an arbitrary object that is associated with the packet. (Inherited from Packet.) |
![]() | TimeStamp | Gets an event time stamp of the packet's echo or arrival. (Inherited from Packet.) |
![]() | Type | Gets or sets the type of message encoded in this packet. |
Name | Description | |
---|---|---|
![]() | BytesToString | Converts the Bytes into a readable string. (Inherited from Packet.) |
![]() ![]() | Clone | Creates a copy of the packet. (Inherited from Packet.) |
![]() | GetObjectData | (Inherited from Packet.) |
![]() | ValidPacketResponse | (Overrides PacketValidPacketResponse(Packet).) |
Name | Description | |
---|---|---|
![]() | _blnIsEchoe | Exposed through IsEchoe property. (Inherited from Packet.) |
![]() | _bytaBytes | Exposed through Bytes property. (Inherited from Packet.) |
![]() | _dblTimeStamp | Exposed through TimeStamp property. (Inherited from Packet.) |
![]() | _objRxPacket | Exposed through RxPacket property. (Inherited from Packet.) |
![]() | _objTag | Exposed through Tag property. (Inherited from Packet.) |
![]() | _sctID | Exposed through ID property. (Inherited from Packet.) |
![]() | _srtPostTxWait | Exposed through PostTxWait property. (Inherited from Packet.) |