SAT data

FileType is “SAT”.

Header data

This file type uses the file header described in File Header.

The following additional data is stored in the header:

Ø Pad[0] indicates whether the file contains normal or extended data

Data

This file type uses the data structure described in chapter Data Structures to store the data.

A data package contains the data of one SAT session saved as a string containing these values:

Ø Mode: name of the Inmarsat System e.g., SAT-B

Ø Service: the SAT service e.g., FAX

Ø MES ID: the identification number

Ø File: the path of the received file of the SAT session

Ø DateTime: the date and time of the received session, number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time

Ø Duration: elapsed time for transmitting the session

Ø Size: size can contain the number of pages or the size of a received field (unit=byte)

Ø Termination: indicates if transmission successful

Ø WAVECOM Card ID: the ID of the card which received the session

Ø Computer Address: address of the computer which received the session

Ø Already displayed flag: indicates if the received file of the session has already been displayed via the ImagerViewer app (0=no, 1=yes)

Ø Transmitter ID: Transmitting subscriber identification

Note: The values are written to the string in the same order as listed above.

If not stored with _UNICODE enabled, then the string contains normal 8 bit char characters, from type char, otherwise the string contains 16-bit characters, from type wchar_t.

A char value occupies 1 Byte and a wchar_t value occupies 2 Bytes in the binary .WDA file.