Title | Function | Function Name [SR] |
Format Sint32 CDC_MoveSctData (Sint32 srcbn, Sint32 spos, Sint32 snum, Sint32 dstfln) Input srcbn: Source buffer partition number : spos: Sector position (CDC_SPOS_END: Indicates the last sector of the section) snum: Number of sectors (CDC_SNUM_END: Indicates the number of sectors from spos to the end of the partition) Dstfln: Destination aperture number Output None Function value Returns an error code. End flag ECPY flag Function Moves sector data from the specified sector range of the buffer partition to the aperture. (Move between selectors) The length of one sector is fixed at 2352 bytes. Remarks Can be executed even when the buffer is full. To obtain error error information, execute sector data copy / move error acquisition (CDC_GetCopyErr).
Title | Function | Function Name [S-] | No |
format Sint32 CDC_GetCopyErr (Sint32 * cpyerr) Input None Output cpyerr: Copy / move error information Function value Returns an error code. Function Get error information when copying / moving sector data. : The previous error information is copied / moved (CDC_CopySctData, CDC_MoveSctData) It is stored in . .
constant name | description |
|---|---|
CDC_COPY_OK | Normal end …… Initial value |
CDC_COPY_NG | Error occurred |
CDC_COPY_BUSY | Copy / move processing |