int tsmCalcTileChecksum ( TsmConnection connect, const uchar *tileBuffer ) Calculates the checksum for a single tile buffer
Calculates the checksum for a single tile buffer.This function will take a tile buffer and the connection handle for the dataset it came from. It will then return a checksum calculated from the data in that tile. If an error occurred during the checksum calculation then the function will return a value of TSM_INVALID_CHECKSUM.