Barcode Xpress Mobile for iOS
BXThreadData Class Reference

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

#import <BXThreadData.h>

List of all members.

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.