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

Defines a class to hold 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
 Gets and sets the ID of the thread.
 
void * m_image
 Gets and sets a pointer to byte data of the image.
 
size_t m_width
 Gets the width of the image in pixels.
 
size_t m_height
 Gets the height of the image in pixels.
 
size_t m_stride
 Number of bytes per row in the image.
 

Detailed Description

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