2.2.1.2.2 RDC_FILE_COMPRESSION_TYPES

The RDC_FILE_COMPRESSION_TYPES enumerated type identifies the data compression algorithm used for the file transfer.

 typedef  enum 
 {
   RDC_UNCOMPRESSED = 0,
   RDC_XPRESS = 1
 } RDC_FILE_COMPRESSION_TYPES;

RDC_UNCOMPRESSED:  Data is not compressed. This value MUST be sent whenever an RDC_FILE_COMPRESSION_TYPES enum value is required.

RDC_XPRESS:  Not used.