void tsmDescribeConnection ( TsmConnection connect )

Describe a connection and its dataset

Documentation

Describe a connection and its dataset.

This function will take an open connection handle, as returned by tsmConnect, and will display information about the dataset that is connected to. For example, this will include the name of the dataset and the access mode, the size of the dataset (if this is known), the connection protocol, the image format, etc. Also, if the connection is for a DPSS dataset then information such as the set ID and the server combination will be output.

All output is sent to stdout, with each line indented by 2 spaces.

Returns:
Nothing (void)
Parameters:
connect - the connection handle to be described
Author:
Martin Reddy
Version:
14 March 1998
See Also:
tsmConnect


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

Back to tsmApi Home Page