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
SyntaxPublic Property Tag As Object
Get
Set
public Object Tag { get; set; }
Property Value
Type:
ObjectAn
Object that contains data to be associated with the packet. The default is a null reference.
RemarksThis 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