libcdio  2.1.0
Data Fields
cdio_hwinfo Struct Reference

Structure to return CD vendor, model, and revision-level strings obtained via the INQUIRY command. More...

#include <device.h>

Data Fields

char psz_vendor [CDIO_MMC_HW_VENDOR_LEN+1]
 
char psz_model [CDIO_MMC_HW_MODEL_LEN+1]
 
char psz_revision [CDIO_MMC_HW_REVISION_LEN+1]
 

Detailed Description

Structure to return CD vendor, model, and revision-level strings obtained via the INQUIRY command.

Field Documentation

◆ psz_model

char cdio_hwinfo::psz_model[CDIO_MMC_HW_MODEL_LEN+1]

◆ psz_revision

char cdio_hwinfo::psz_revision[CDIO_MMC_HW_REVISION_LEN+1]

◆ psz_vendor

char cdio_hwinfo::psz_vendor[CDIO_MMC_HW_VENDOR_LEN+1]

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