★ PROGRAMMER'S GUIDE ★ CD communication I / F (CD part) (CD part)List | Title | Function | Function Name [SR] | No |
getslen | : Sector length at the time of retrieval |
putslen | : Sector length at the time of writing |
Constant name | explanation | CDC_SLEN_2048 | 2048 bytes (user data) …… When fetching the initial value, 2324 bytes for mode 2 form 2 | CDC_SLEN_2336 | 2336 bytes (up to subheader) | CDC_SLEN_2340 | 2340 bytes (up to header) | CDC_SLEN_2352 | 2352 bytes (entire sector) | CDC_SLEN_NOCHG | Do not change settings |
|---|
List | Title | Function | Function Name [SR] | No |
bufno | : Buffer partition number |
spos | : Sector position ( CDC_SPOS_END: Indicates the last sector of the partition) |
snum | : Number of sectors ( CDC_SNUM_END : Indicates the number of sectors from spos to the end of the partition) |
List | Title | Function | Function Name [SR] | No |
bufno | : Buffer partition number |
spos | : Sector position ( CDC_SPOS_END: Indicates the last sector of the partition) |
snum | : Number of sectors ( CDC_SNUM_END : Indicates the number of sectors from spos to the end of the partition) |
List | Title | Function | Function Name [SR] | No |
bufno | : Buffer partition number |
spos | : Sector position ( CDC_SPOS_END: Indicates the last sector of the partition) |
snum | : Number of sectors ( CDC_SNUM_END : Indicates the number of sectors from spos to the end of the partition) |
List | Title | Function | Function Name [SR] | No |
filtno | : Aperture number |
snum | : Number of sectors |
List | Title | Function | Function Name [SR] | No |
srcbn | : Copy source buffer partition number |
spos | : Sector position ( CDC_SPOS_END: Indicates the last sector of the partition) |
snum | : Number of sectors ( CDC_SNUM_END : Indicates the number of sectors from spos to the end of the partition) |
dstfln | : Copy destination aperture number |
List | Title | Function | Function Name [SR] | No |
srcbn | : Move source buffer partition number |
spos | : Sector position ( CDC_SPOS_END: Indicates the last sector of the partition) |
snum | : Number of sectors ( CDC_SNUM_END : Indicates the number of sectors from spos to the end of the partition) |
dstfln | : Destination aperture number |
List | Title | Function | Function Name [S-] | No |
Constant name | explanation |
|---|---|
CDC_COPY_OK | Normal termination …… Initial value |
CDC_COPY_NG | Error occurred-The selector was disconnected during copying / moving. |
CDC_COPY_BUSY | Copying / moving |
★ PROGRAMMER'S GUIDE ★ CD communication I / F (CD part)