SippInfo Command
SippInfo attribute
This command returns various pieces of information about TSIPP. The
following values may be specified for attribute:
- VERSION - Returns the full TSIPP version. This includes
a suffix indicating the TSIPP interface version and the TSIPP
interface patch level (if its been patched) o beta level.
- SIPPVERSION - Returns the SIPP library version number that
TSIPP is linked with.
- TSIPPVERSION - Returns the TSIPP interface version.
- TSIPPPATCHLEVEL - Returns the TSIPP interface
patchlevel.
- RLE - Returns 1 if TSIPP is linked with the RLE
libraries and can product RLE files. Returns 0 if RLE file
support is not available.
- RENDERING - Returns 1 if a rendering is currently being performed,
0 otherwise. Useful only for code that might run as results of event updates
during a rendering process. Modifying TSIPP state during a rendering is
prohibited.
- TK - Returns 1 if this version of TSIPP is linked with
Tk rendering and display support.