IPF Image-File Reader-Writer  1.0
IPF File information
Public Member Functions | Public Attributes | List of all members
ipf.RecordHeader Class Reference

IPF record Header Descriptor More...

Public Member Functions

override string ToString ()
 Override ToString() to display record header info More...
 

Public Attributes

char[] type = new char[4]
 Identify the record More...
 
uint length
 Length of the record More...
 
uint crc
 CRC32 for the complete record More...
 

Detailed Description

IPF record Header Descriptor

Each record in IPF file starts with a record header

Definition at line 78 of file IPFStruct.cs.

Member Function Documentation

override string ipf.RecordHeader.ToString ( )
inline

Override ToString() to display record header info

Returns
The record header string

Definition at line 90 of file IPFStruct.cs.

Member Data Documentation

uint ipf.RecordHeader.crc

CRC32 for the complete record

Definition at line 86 of file IPFStruct.cs.

uint ipf.RecordHeader.length

Length of the record

Definition at line 83 of file IPFStruct.cs.

char [] ipf.RecordHeader.type = new char[4]

Identify the record

Definition at line 80 of file IPFStruct.cs.


The documentation for this class was generated from the following file: