Barcode Xpress Mobile for iOS
 All Classes Functions Variables Properties Pages
BXThreadData Class Reference

Defines a class holds data that is transferred to/from the threads processing images using Barcode Xpress. More...

#import <BXThreadData.h>

Inheritance diagram for BXThreadData:

Properties

int m_threadID
 ID of the thread.
 
void * m_image
 Pointer to byte data of the image.
 
size_t m_width
 Width of the image in pixels.
 
size_t m_height
 Height of the image in pixels.
 
size_t m_stride
 Number of bytes per row in the image.
 

Detailed Description

Defines a class holds data that is transferred to/from the threads processing images using Barcode Xpress.