int tsmTileReqEnd ( TsmConnection connect )

Finish a batch of tile requests

Documentation

Finish a batch of tile requests.

tsmTileReqEnd is used to tell the tsmApi that you are finished compiling a list of tiles to be requested (e.g. with tsmTileReqAdd). The list can then be transmitted to the server, if appropriate, so that the tiles can begin to be sent.

Once this function has been called, you can begin to read the incoming tiles using the tsmReadNextTile routine.

N.B. If you start a new request list before you have read in all of the tiles from a previous request list, then the previous request list will be thrown away in favour of the new list.

Returns:
TRUE if operation successful, FALSE if an error occurred
Parameters:
connect - a dataset connection structure
Author:
Martin Reddy
See Also:
tsmReadNextTile, tsmTileReqBegin, tsmTileReqAdd


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page