Shinobi Library - Peripheral Data Acquistion Structure

PDS_PERIPHERALINFO

Structure where inherent peripheral information is stored

DEFINITION

typedef struct { 
 Uint32 type; 
 Uint32 reserved[3]; 
 Uint8 is_root; 
 Uint8 area_code; 
 Uint8 connector_dir[2]; 
 Sint8 product_name[32]; 
 Sint8 license[64]; 
 Uint16 stdby_pow; 
 Uint16 max_pow; 
} PDS_PERIPHERALINFO; 

MEMBER

 type  Peripheral type 
 reserved[3]  Reserved 
 is_root  Root device flag 
 area_code  Area code 
 connector_dir[2]  Extended connector oriented  
 product_name[32]  Product name 
 license[64]  License string 
 stdby_pow  Standby power consumption 
 max_pow  Maximum power consumption 

DESCRIPTION

Structure where inherent peripheral information is stored.

REFERENCE

pdGetPeripheralInfo()

PDS_PERIPHERALINFO
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999