Hello Matan,
I suggest you start with the E2E thread linked above. There is a zip file with more information about the wvdll: (Please visit the site to view this file)
Inside the zip file you can find a file named dll_help.chm with explanations of the various function calls including WvBoardOpen which has the following description:
WvBool __stdcall WvBoardOpen | ( | WvWord | board_index, | |
WvString | user_defined_cypress_image_filename, | |||
WvWord * | return_cypress_version, | |||
WvVersionNumber * | return_firmware_version | |||
) |
Open the board.
- Memory Usage:
- The caller must allocate space for the object pointed to by:
- return_cypress_version
- return_firmware_version
- Parameters:
board_index Board index user_defined_cypress_image_filename User defined cypress image filename return_cypress_version Cypress version return_firmware_version firmware version