ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
PS2CAM_DEVICE_INFO Struct Reference

#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]
 

Detailed Description

Definition at line 104 of file ps2cam_rpc.h.

Field Documentation

◆ model

unsigned char PS2CAM_DEVICE_INFO::model[16]

device model

Definition at line 117 of file ps2cam_rpc.h.

◆ product_id

unsigned short PS2CAM_DEVICE_INFO::product_id

product id extracted from device

Definition at line 111 of file ps2cam_rpc.h.

◆ product_name

unsigned char PS2CAM_DEVICE_INFO::product_name[32]

product string

Definition at line 115 of file ps2cam_rpc.h.

Referenced by main().

◆ ssize

unsigned int PS2CAM_DEVICE_INFO::ssize

sizeof this struct

Definition at line 107 of file ps2cam_rpc.h.

Referenced by main(), and PS2CamGetDeviceInfo().

◆ vendor_id

unsigned short PS2CAM_DEVICE_INFO::vendor_id

vendor id extracted from device

Definition at line 109 of file ps2cam_rpc.h.

◆ vendor_name

unsigned char PS2CAM_DEVICE_INFO::vendor_name[32]

vender string

Definition at line 113 of file ps2cam_rpc.h.


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