Click or drag to resize

PacketTag Property

Gets or sets an arbitrary object that is associated with the packet.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Property Tag As Object
	Get
	Set

Property Value

Type: Object
An Object that contains data to be associated with the packet. The default is a null reference.
Remarks
This property's value will be automatically transfered from the request packet to the response packet, if one exists. Tag can be used to attach data to a packet that might be needed when the packet is echoed back or when a response packet is returned.
See Also