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 | ペリフェラルのタイプ |
reserved[3] | 予約 |
is_root | ルートデバイスフラグ |
area_code | エリアコード |
connector_dir[2] | 拡張コネクタの向き |
product_name[32] | 製品名 |
license[64] | ライセンス文字列 |
stdby_pow | スタンバイ消費電流 |
max_pow | 最大消費電流 |