Click or drag to resize

PacketID Property

Gets the unique identifier of the packet.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property ID As Guid
	Get

Property Value

Type: Guid
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.
See Also