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

Table of Contents

Advertisement

62
4.3.3.3
PicamAccessory_GetFirmwareDetails()
Description
PicamAccessory_GetFirmwareDetails()
This array stores firmware details associated with a specified accessory 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:
PICam™ 5.x Programmer's Manual
NOTE:
Prior to program termination, memory that has been
dynamically allocated to
by calling Picam_DestroyFirmwareDetails().
PicamAccessory_GetFirmwareDetails()
PICAM_API PicamAccessory_GetFirmwareDetails(
PicamAccessory_GetFirmwareDetails()
id: Accessory id for which firmware details are to be retrieved.
PicamAccessory_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.
must be released
firmware_array
const PicamAccessoryID* id,
const PicamFirmwareDetail** firmware_array,
Issue 11
is:
piint* firmware_count);
are:
are:

Advertisement

Table of Contents
loading

Table of Contents