Gets the unique identifier of the requesting packet.

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

Syntax

C#
public Guid ReqID { get; internal set; }
Visual Basic
Public Property ReqID As Guid
	Get
	Friend Set

Field Value

A global unique identifier, if the packet is a response packet; otherwise, a null reference.

Remarks

Assuming the packet is a response packet, ReqID returns the ID of the requesting packet.

See Also