Gets the unique identifier of the packet.

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

Syntax

C#
public Guid ID { get; }
Visual Basic
Public ReadOnly Property ID As Guid
	Get

Field Value

A global unique identifier.

Remarks

The ID value is automaticaly generated for every Packet instance. Clone copies of a Packet will each have their own unique IDs. Its main use is for matching purposes, such as pairing a request with a response.

See Also