PUCLIB 1.6.0.0
PHOTRON USB Control Library
Data Fields
PUC_XFER_DATA_INFO Struct Reference

Structure for storing the information of transfer data. More...

#include <PUCLIB.h>

Data Fields

PUINT8 pData
 Location for unpacked transfer data. It is necessary to allocate the required amount in advance. The mode of transfer data depends on the transfer data mode setting (COMPRESSED/DECOMPRESSED). More...
 
UINT32 nDataSize
 The size of transfer data. Stores the size of transfer data. More...
 
USHORT nSequenceNo
 The sequence number of transfer data. More...
 

Detailed Description

Structure for storing the information of transfer data.

Definition at line 87 of file PUCLIB.h.

Field Documentation

◆ nDataSize

UINT32 nDataSize

The size of transfer data. Stores the size of transfer data.

Definition at line 94 of file PUCLIB.h.

◆ nSequenceNo

USHORT nSequenceNo

The sequence number of transfer data.

Definition at line 97 of file PUCLIB.h.

◆ pData

PUINT8 pData

Location for unpacked transfer data. It is necessary to allocate the required amount in advance. The mode of transfer data depends on the transfer data mode setting (COMPRESSED/DECOMPRESSED).

Definition at line 91 of file PUCLIB.h.