Click or drag to resize

PkComStatOps Class

Represents a Loconet packet that reads/writes operation switches from/to the command station.
Inheritance Hierarchy

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public Class PkComStatOps
	Inherits PkRdWrSlotData

The PkComStatOps type exposes the following members.

Constructors
  NameDescription
Public methodPkComStatOps
Initializes a new instance of the PkComStatOps class
Protected methodPkComStatOps(SerializationInfo, StreamingContext)
Used to inherit custom serialization from Packet because constructors are not inherited.
Top
Properties
  NameDescription
Public propertyBytes
Gets the bytes that makes up a Loconet packet message.
(Inherited from Packet.)
Public propertyCommandStationOps
Gets or sets the OPS configuration values of a command station.
Public propertyDescription
User friendly description of the packet.
(Overrides PkRdWrSlotDataDescription.)
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 propertyIsIntellibox (Inherited from PkRdWrSlotData.)
Public propertyIsLoconet11 (Inherited from PkRdWrSlotData.)
Public propertyNeedsPacketResponse
Gets value indicating if this packet expects a response packet.
(Inherited from Packet.)
Public propertyOpCode
Gets the Loconet operation code associated with the packet.
(Inherited from PkRdWrSlotData.)
Public propertyParmsDesc
User friendly description of the most significant packet parameters.
(Overrides PkRdWrSlotDataParmsDesc.)
Public propertyPostTxWait
Gets or sets the time in milliseconds to wait after sending this packet before performing the next step.
(Inherited from Packet.)
Public propertyRxPacket
Gets the received response packet post transmit.
(Inherited from Packet.)
Public propertyServTrackIsBusy (Inherited from PkRdWrSlotData.)
Public propertySlot
Gets the command stations's slot number.
(Overrides PkRdWrSlotDataSlot.)
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 propertyTrackIsPaused (Inherited from PkRdWrSlotData.)
Public propertyTrackPowerIsOn (Inherited from PkRdWrSlotData.)
Top
Methods
  NameDescription
Public methodBytesToString
Converts the Bytes into a readable string.
(Inherited from Packet.)
Public methodClone
Same as Clone but also converts to a slot write if cloaning a slot read.
(Inherited from PkRdWrSlotData.)
Protected methodGetObjectData (Inherited from Packet.)
Public methodValidPacketResponse (Inherited from PkRdWrSlotData.)
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_objRxPacket
Exposed through RxPacket 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_srtPostTxWait
Exposed through PostTxWait property.
(Inherited from Packet.)
Top
Remarks
This packet type reads and writes from command station slot 127. For slot writes, a PkLongAck response is expected.
See Also