The PkMultiSense type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| 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. |
Methods
| Name | Description | |
|---|---|---|
| BytesToString | Converts the Bytes into a readable string. (Inherited from Packet.) | |
| Clone | Creates a copy of the packet. (Inherited from Packet.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetObjectData | (Inherited from Packet.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| ValidPacketResponse | (Overrides Packet ValidPacketResponse(Packet).) |
Fields
| 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.) | |
| _delCallBackOnEcho | Exposed through CallBackOnEcho property. (Inherited from Packet.) | |
| _delCallBackOnResponse | Exposed through CallBackOnResponse property. (Inherited from Packet.) | |
| _objTag | Exposed through Tag property. (Inherited from Packet.) | |
| _sctID | Exposed through ID property. (Inherited from Packet.) | |
| _sctReqID | Exposed through ReqID property. (Inherited from Packet.) |
Properties
| Name | Description | |
|---|---|---|
| BDL16RxAddress | Gets or sets the BDL16x address of the transponding receiver reporting the event. | |
| BDL16RxZone | 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.) | |
| CallBackOnEcho | Gets or sets callback parameters to invoke upon successfull packet transmission. (Inherited from Packet.) | |
| CallBackOnResponse | Gets or sets callback parameters to invoke upon receipt of the response packet. (Inherited from Packet.) | |
| Description | Gets a user friendly description of the packet. (Overrides Packet Description.) | |
| ID | Gets the unique identifier of the packet. (Inherited from Packet.) | |
| IsEchoe | Gets value indicating if the packet is an echoe. (Inherited from Packet.) | |
| NeedsPacketResponse | (Overrides Packet NeedsPacketResponse.) | |
| OpCode | Gets the Loconet operation code associated with the packet. (Overrides Packet OpCode.) | |
| ParmsDesc | Gets a user friendly parameter description of the packet. (Overrides Packet ParmsDesc.) | |
| 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. | |
| 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. | |
| ReqID | Gets the unique identifier of the requesting packet. (Inherited from Packet.) | |
| RxAddress | Gets or sets the device independent address of the transponding receiver reporting the event. | |
| 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.) | |
| TxAddress | Gets the locomotive's address reported by the transponder. | |
| Type | Gets or sets the type of message encoded in this packet. |
See Also