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

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public Object Tag { get; set; }
Visual Basic
Public Property Tag As Object
	Get
	Set

Field Value

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