KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
cd_cmd_chk_status_t Struct Reference

GDROM Command Extra Status. More...

#include <syscalls.h>

Data Fields

int32_t err1
 Error code 1.
 
int32_t err2
 Error code 2.
 
size_t size
 Transferred size.
 
cd_cmd_chk_ata_status_t ata
 ATA status.
 

Detailed Description

GDROM Command Extra Status.

This represents the data filled in by syscall_gdrom_check_command. It provides more detailled data on the possible reasons a command may have failed or have not yet been processed to supplement the return value of the syscall.

Field Documentation

◆ ata

cd_cmd_chk_ata_status_t cd_cmd_chk_status_t::ata

ATA status.

◆ err1

int32_t cd_cmd_chk_status_t::err1

Error code 1.

◆ err2

int32_t cd_cmd_chk_status_t::err2

Error code 2.

◆ size

size_t cd_cmd_chk_status_t::size

Transferred size.


The documentation for this struct was generated from the following file: