PkMultiSense Members Railroad Automation Class Library

The PkMultiSense type exposes the following members.
Constructors

  NameDescription
Public methodPkMultiSense 
Initializes a new instance of the PkMultiSense class
Protected methodPkMultiSense(SerializationInfo, StreamingContext)
Used to inherit custom serialization from Packet because constructors are not inherited.
Back to Top
Methods

  NameDescription
Public methodBytesToString
Converts the Bytes into a readable string.
(Inherited from Packet.)
Public methodClone
Creates a copy of the packet.
(Inherited from Packet.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetObjectData (Inherited from Packet.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodValidPacketResponse (Overrides Packet ValidPacketResponse(Packet).)
Back to Top
Fields

  NameDescription
Protected field_blnIsEchoe
Exposed through IsEchoe property.
(Inherited from Packet.)
Protected field_bytaBytes
Exposed through Bytes property.
(Inherited from Packet.)
Protected field_dblTimeStamp
Exposed through TimeStamp property.
(Inherited from Packet.)
Protected field_delCallBackOnEcho
Exposed through CallBackOnEcho property.
(Inherited from Packet.)
Protected field_delCallBackOnResponse
Exposed through CallBackOnResponse property.
(Inherited from Packet.)
Protected field_objTag
Exposed through Tag property.
(Inherited from Packet.)
Protected field_sctID
Exposed through ID property.
(Inherited from Packet.)
Protected field_sctReqID
Exposed through ReqID property.
(Inherited from Packet.)
Back to Top
Properties

  NameDescription
Public propertyBDL16RxAddress
Gets or sets the BDL16x address of the transponding receiver reporting the event.
Public propertyBDL16RxZone
Gets or sets the BDL16x zone of the transponding receiver reporting the event.
Public propertyBytes
Gets the bytes that makes up a Loconet packet message.
(Inherited from Packet.)
Public propertyCallBackOnEcho
Gets or sets callback parameters to invoke upon successfull packet transmission.
(Inherited from Packet.)
Public propertyCallBackOnResponse
Gets or sets callback parameters to invoke upon receipt of the response packet.
(Inherited from Packet.)
Public propertyDescription
Gets a user friendly description of the packet.
(Overrides Packet Description.)
Public propertyID
Gets the unique identifier of the packet.
(Inherited from Packet.)
Public propertyIsEchoe
Gets value indicating if the packet is an echoe.
(Inherited from Packet.)
Public propertyNeedsPacketResponse (Overrides Packet NeedsPacketResponse.)
Public propertyOpCode
Gets the Loconet operation code associated with the packet.
(Overrides Packet OpCode.)
Public propertyParmsDesc
Gets a user friendly parameter description of the packet.
(Overrides Packet ParmsDesc.)
Public propertyPmAsAutoRev
Gets the power manager's auto reverse configuration of its four relays.
Public propertyPmRelayStatus
Gets the power manager's on/off status of its four relays.
Public propertyProgAddress
Gets or sets the address of the device being programmed.
Public propertyProgOpsState
Gets or sets the state of the option switch.
Public propertyProgOpSwitch
Gets or sets the option switch number to be affected.
Public propertyProgWrite
Gets or sets if packet is used for reading or writing data.
Public propertyReqID
Gets the unique identifier of the requesting packet.
(Inherited from Packet.)
Public propertyRxAddress
Gets or sets the device independent address of the transponding receiver reporting the event.
Public propertyTag
Gets or sets an arbitrary object that is associated with the packet.
(Inherited from Packet.)
Public propertyTimeStamp
Gets an event time stamp of the packet's echo or arrival.
(Inherited from Packet.)
Public propertyTxAddress
Gets the locomotive's address reported by the transponder.
Public propertyType
Gets or sets the type of message encoded in this packet.
Back to Top
See Also