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

Table of Contents

Advertisement

Chapter 4
4.3.3.2
Picam_GetFirmwareDetails()
Description
Picam_GetFirmwareDetails()
stores firmware details associated with a specified camera ID.
Syntax
The syntax for
Input Parameters
Input parameters for
Output Parameters
Output parameters for
Related APIs
For additional information, refer to the following related APIs:
Identification APIs
NOTE:
Prior to program termination, memory that has been
dynamically allocated to
by calling Picam_DestroyFirmwareDetails().
Picam_GetFirmwareDetails()
PICAM_API Picam_GetFirmwareDetails(
const PicamCameraID* id,
const PicamFirmwareDetail** firmware_array,
Picam_GetFirmwareDetails()
id: Camera id for which firmware details are to be retrieved.
Picam_GetFirmwareDetails()
firmware_array: Pointer to the memory address for the array in which firmware
information is stored.
When no information is stored, a null value is returned.
firmware_count: The total number of firmware details stored in firmware_array.
This equals the length of the array that has been created.
When no information is available, a value of 0 [zero] is returned.
Picam_DestroyFirmwareDetails().
dynamically creates an array of length N. This array
must be released
firmware_array
is:
piint* firmware_count);
are:
are:
61

Advertisement

Table of Contents
loading

Table of Contents