PUCLIB 1.6.0.0
PHOTRON USB Control Library
Data Fields
PUC_FRAMERATE_LIMIT_INFO Struct Reference

Structure for storing framerate limit values. More...

#include <PUCLIB.h>

Data Fields

UINT32 nMinFrameRate
 Minimum Framerate. More...
 
UINT32 nMaxFrameRate
 Maximum Framerate. More...
 

Detailed Description

Structure for storing framerate limit values.

Definition at line 71 of file PUCLIB.h.

Field Documentation

◆ nMaxFrameRate

UINT32 nMaxFrameRate

Maximum Framerate.

Definition at line 79 of file PUCLIB.h.

◆ nMinFrameRate

UINT32 nMinFrameRate

Minimum Framerate.

Definition at line 75 of file PUCLIB.h.