PkLocoIO Properties |
The PkLocoIO type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address | Target address of the LocoIO device this packet is being sent to. |
![]() | Bytes | Gets the bytes that makes up a Loconet packet message. (Inherited from Packet.) |
![]() | Command | The action this LocoIO packet will perform. |
![]() | Data | Gets or sets the 8 bytes to be moved. (Inherited from PkPeerXfer.) |
![]() | Description | User friendly description of the packet. (Overrides PkPeerXferDescription.) |
![]() | ID | Gets the unique identifier of the packet. (Inherited from Packet.) |
![]() | IsEchoe | Gets value indicating if the packet is an echoe. (Inherited from Packet.) |
![]() | MultiMask | Ports to be affected by a multiport write. |
![]() | MultiState | Port state values for a multiport write. |
![]() | NeedsPacketResponse | (Overrides PacketNeedsPacketResponse.) |
![]() | OpCode | Gets the Loconet operation code associated with the packet. (Inherited from PkPeerXfer.) |
![]() | ParmsDesc | User friendly description of the most significant packet parameters. (Overrides PkPeerXferParmsDesc.) |
![]() | PostTxWait | Gets or sets the time in milliseconds to wait after sending this packet before performing the next step. (Inherited from Packet.) |
![]() | ReadData | Values returned from the LocoIO's memory registers. |
![]() | Register | The memory register to be read or written to in a LocoIO device. |
![]() | RxPacket | Gets the received response packet post transmit. (Inherited from Packet.) |
![]() | SourceID | Gets or sets the source identifier of the byte move. (Inherited from PkPeerXfer.) |
![]() | SubAddress | Target sub-address of the LocoIO device this packet is being sent to. |
![]() | Tag | Gets or sets an arbitrary object that is associated with the packet. (Inherited from Packet.) |
![]() | TargetHighAdr | Gets or sets the target's high address of the byte move. (Inherited from PkPeerXfer.) |
![]() | TargetLowAdr | Gets or sets the target's low address of the byte move. (Inherited from PkPeerXfer.) |
![]() | TimeStamp | Gets an event time stamp of the packet's echo or arrival. (Inherited from Packet.) |
![]() | WriteData | Value to be written to a LocoIO's memory register. |