typedef struct TsmConnectionCommon* TsmConnection Defines all state for a connection
Defines all state for a connection.This handle is returned by the tsmConnect function and is used to hold all state and information for a single connection. It is used for of the connection-based routines of the tsmApi.
This is an opaque struct: the fields of TsmConnection are hidden from the external client so that future changes can be made internally without breaking user code.
If you want to query or set connection values, then you can use tsmGet and tsmSet API functions.