436-0100-01-10, Rev. 200 Duo User Guide
Information on this page is subject to change without notice
Uint32_t u32Download; // download length, in bytes
Sting strPath [64]; // file path
};
CRC Description:
In CSP-TCP applications, the CRC is ignored
Response command:
Note that the file download request once, usually produce multiple responses .
Instruction Application: TCP
Data flow: CS --- G / A
Identification
code
1 Byte
Instruction number
2 Bytes
Instruction length
2 Bytes
Instruction body
( 12 + n ) Bytes
Struct {
Uint32_t u32SesID; // file download session ID
Uint32_t u32Size; // Data slice length
Byte Data [n]; // data, n = u32Size
};
CRC Description :
In CSP-TCP applications, the CRC is ignored
5.4 Deleting Files
Request instruction
Instruction Application: TCP
Data flow: G / A --- CS
Identification
code
1 Byte
Instruction number
2 Bytes
Instruction length
2 Bytes
Instruction body
68 Bytes