ID Structure |
Namespace: Demo3D.IO
public readonly struct ID
The ID type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Other packet/protocol data (header information, packet timestamps, hardware details, or null).
| |
| Description |
Printable packet/message/connection description.
| |
| RoutingInfo |
Routing information (or null).
| |
| String |
A printable string description.
|
| Name | Description | |
|---|---|---|
| Set |
Create a new ID with altered information.
| |
| SetData |
Create a new ID with altered miscellaneous data.
| |
| SetRoutingInfo |
Create a new ID with altered routing information.
| |
| ToString |
A printable string describing the packet/connection.
(Overrides ValueTypeToString.) |