Line 2: |
Line 2: |
| | | |
| = manu = | | = manu = |
| + | This is "nn::manu::IManu". |
| + | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
| |- | | |- |
− | ! Cmd || Name || Notes | + | ! Cmd || Name |
| |- | | |- |
− | | 0 || InitUsbTransferPipeFsFile || Takes 4 bytes of input, and produces 0 bytes output. | + | | 0 || [[#InitUsbTransferPipeFsFile|InitUsbTransferPipeFsFile]] |
| |- | | |- |
− | | 1 || FsFile_Exists || Takes an X descriptor, and produces, 8 bytes output. | + | | 1 || [[#FsFile_Exists|FsFile_Exists]] |
| |- | | |- |
− | | 2 || FsFile_Read || Takes 0x18 bytes of input, a B descriptor, and an X descriptor, and produces 0 bytes of output. | + | | 2 || [[#FsFile_Read|FsFile_Read]] |
| |- | | |- |
− | | 3 || FsFile_Write || Takes 0x18 bytes of input, an A descriptor, and an X descriptor, and produces 0 bytes of output. | + | | 3 || [[#FsFile_Write|FsFile_Write]] |
| |- | | |- |
− | | 4 || InitUsbTransferPipeRaw || Takes 4 bytes of input, and produces 0 bytes of output. | + | | 4 || [[#InitUsbTransferPipeRaw|InitUsbTransferPipeRaw]] |
| |- | | |- |
− | | 5 || Raw_Read || Takes 0x10 bytes of input and a B descriptor, and produces 8 bytes of output. | + | | 5 || [[#Raw_Read|Raw_Read]] |
| |- | | |- |
− | | 6 || Raw_Write || Takes 0x10 bytes of input and an A descriptor, and produces 8 bytes of output. | + | | 6 || [[#Raw_Write|Raw_Write]] |
| |- | | |- |
| + | | 7 || [7.0.0+] |
| + | |- |
| + | | 8 || [7.0.0+] |
| |} | | |} |
| | | |