stdlibXtf

Library that read the content of eXtended Triton Format files

Download as .zip Download as .tar.gz View on GitHub

TypeEntry (Class)

Namespace: stdlibXtf.Common

Define the entry for the collections of known sonar and packets.

Constructors

TypeEntry() Initializes a new instance of the TypeEntry class that has default zero values.
TypeEntry(Byte, String, String) Initializes a new instance of the TypeEntry class with the given values.

Properties

ID Gets the number that identify the kind of packet header.
Name Gets the known name of the packet.
Description Gets the known description of the packet.

Examples

example ...

Remarks

remarks ...