Qicc Exit Description structure

The Qicc Exit Description structure contains the length of the structure byte stream and the type of operation being described.

Fields

  • in exit_description_len (offset 0x00): byte [4]
  • in operation (offset 0x04): byte [4]

Field descriptions

exit_description_len
The length of the Qicc Exit Description structure byte stream. The value is 4 bytes. In the byte stream, the value in hexadecimal format is 0x00000004.
operation
The type of operation being described: 0 means a file upload, 1 means a file download. In the byte stream, the value in hexadecimal format is 0x00 or 0x01.