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

Table of Contents

Advertisement

Chapter 5
5.4.2.2
Picam_CanSetParameterIntegerValue()
Description
Picam_CanSetParameterIntegerValue()
a specified parameter.
Syntax
The syntax for
Input Parameters
Input parameters for
camera_or_accessory: Handle for the hardware for which the value/parameter
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:
Configuration APIs
Picam_CanSetParameterIntegerValue()
PICAM_API Picam_CanSetParameterIntegerValue(
Picam_CanSetParameterIntegerValue()
combination is being validated.
parameter: Specifies the parameter which is to be tested.
value: The integer value that is to be tested.
Picam_CanSetParameterIntegerValue()
settable: Pointer to the test results. Indicates if the integer value is a valid
value for the specified parameter.
Valid values are:
, or
model
.
device
determines if an integer value is valid for
PicamHandle camera_or_accessory,
PicamParameter parameter,
piint value,
pibln* settable);
• TRUE
Indicates that the integer value is a valid value for the
specified parameter.
• FALSE
Indicates that the integer value is an invalid value for the
specified parameter.
camera_or_accessory
is:
are:
are:
is a camera
143

Advertisement

Table of Contents
loading

Table of Contents