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;
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 |