|
GoWebScan API
|
| kStatus GoWebScanVisionWebMsg_Construct | ( | GoWebScanVisionWebMsg * | msg, |
| kType | pixelType, | ||
| kSize | height, | ||
| kSize | width, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanVisionWebMsg msg.
| msg | Receives the constructed GoWebScanVisionWebMsg msg. |
| pixelType | Pixel type of the tile data array contained in the message. |
| height | Height of the tile data array contained in the message. |
| width | Width of the tile data array contained in the message. |
| allocator | Memory allocator (or kNULL for default). |