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