ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <ps2cam_rpc.h>
Data Fields | |
unsigned int | ssize |
unsigned short | vendor_id |
unsigned short | product_id |
unsigned char | vendor_name [32] |
unsigned char | product_name [32] |
unsigned char | model [16] |
Definition at line 104 of file ps2cam_rpc.h.
unsigned char PS2CAM_DEVICE_INFO::model[16] |
device model
Definition at line 117 of file ps2cam_rpc.h.
unsigned short PS2CAM_DEVICE_INFO::product_id |
product id extracted from device
Definition at line 111 of file ps2cam_rpc.h.
unsigned char PS2CAM_DEVICE_INFO::product_name[32] |
unsigned int PS2CAM_DEVICE_INFO::ssize |
sizeof this struct
Definition at line 107 of file ps2cam_rpc.h.
Referenced by main(), and PS2CamGetDeviceInfo().
unsigned short PS2CAM_DEVICE_INFO::vendor_id |
vendor id extracted from device
Definition at line 109 of file ps2cam_rpc.h.
unsigned char PS2CAM_DEVICE_INFO::vendor_name[32] |
vender string
Definition at line 113 of file ps2cam_rpc.h.