Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 152

Table of Contents

Advertisement

152
5.4.2.11
Picam_CanReadParameter()
Description
Picam_CanReadParameter()
from hardware connected to the system.
Syntax
The syntax for
Input Parameters
Input parameters for
camera_or_accessory: Handle for the hardware under test.
Output Parameters
Output parameters for
Advanced API Usage
When used in conjunction with Advanced APIs, if
handle, it may be a handle to either the:
PICam™ 5.x Programmer's Manual
Picam_CanReadParameter()
PICAM_API Picam_CanReadParameter(
Picam_CanReadParameter()
parameter: Specifies the parameter for which the ability to read its value
directly from the hardware is to be determined.
Picam_CanReadParameter()
readable: Pointer to the test results. Indicates if the specified parameter
value can be read directly from the hardware.
Valid values are:
, or
device
.
model
determines if a parameter value can be read directly
is:
PicamHandle camera_or_accessory,
PicamParameter parameter,
pibln* readable);
are:
• TRUE
Indicates that the value for the specified parameter can be
read from the hardware.
• FALSE
Indicates that the value for the specified parameter cannot
be read from the hardware.
camera_or_accessory
are:
is a camera
Issue 11

Advertisement

Table of Contents
loading

Table of Contents