Gets the unique identifier of the packet.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Property ID As Guid
Get
Property Value
Type:
GuidA global unique identifier.
RemarksThe
ID value is automaticaly generated for every
Packet instance. Clone copies of a
Packet will each have their own unique IDs.
See Also