Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Move sector data
  Function Name  [SR] 
CDC_MoveSctData
  No  
7.7

 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 specifications
  Function  
Sector data copy / Move error acquisition
  Function Name  [S-] 
CDC_GetCopyErr
  No 
7.8

 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 . . 



Return to previous page Return to menu Go to next page