stdlibXtf

Library that read the content of eXtended Triton Format files

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

XtfDocument (Class)

Namespace: stdlibXtf

Represents a document to read XTF files.

Constructors

XtfDocument() Initializes a new instance of the XtfDocument class that has default zero values.
XtfDocument(Byte[]) Initializes a new instance of the XtfDocument class that contain the values extracted from the given byte array.

Properties

MagicNumber Gets the number that identify the correct start of the packet.
MainHeader Gets the XtfMainHeader object that contain the document header information.
Channels Gets a list of the sonar channels, and the relative informations, contained in this document.
Packets Gets a list of all the packets, and their position, stored inside this document.
Statistics Gets a summary of the packets type and informations stored inside this document.

Examples

example ...

Remarks

remarks ...