Click or drag to resize

ID Structure

Provides additional packet/message/connection information.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public readonly struct ID

The ID type exposes the following members.

Constructors
  NameDescription
Public methodID
Constructs an ID object.
Top
Properties
  NameDescription
Public propertyData
Other packet/protocol data (header information, packet timestamps, hardware details, or null).
Public propertyDescription
Printable packet/message/connection description.
Public propertyRoutingInfo
Routing information (or null).
Public propertyString
A printable string description.
Top
Methods
  NameDescription
Public methodSet
Create a new ID with altered information.
Public methodSetData
Create a new ID with altered miscellaneous data.
Public methodSetRoutingInfo
Create a new ID with altered routing information.
Public methodToString
A printable string describing the packet/connection.
(Overrides ValueTypeToString.)
Top
See Also