A - 5 – INFICON CMS5000 Monitoring System User Manual

Page 257

Advertising
background image

A - 5

IP

N 07

4-

50

8-

P1

C

CMS5000 Operating Manual

CMS5000API int CMS5000_Disconnect (CMS5000_HANDLE CMS5000);

/******************************************************************************
* CMS5000_Restart
*
* Restarts software running on CMS5000.
*
* Parameters
* CMS5000 : [ IN] Handle to a CMS5000
*
* Returns
* See Function Return Codes.
*
* Example
* CMS5000_Restart( CMS5000_handle );
*
******************************************************************************/
CMS5000API int CMS5000_Restart (CMS5000_HANDLE CMS5000);

/******************************************************************************
* CMS5000_Reboot
*
* Reboots the unit.
*
* Parameters
* CMS5000 : [ IN] Handle to a CMS5000
*
* Returns
* See Function Return Codes.
*
* Example
* CMS5000_Reboot( CMS5000_handle );
*
******************************************************************************/
CMS5000API int CMS5000_Reboot (CMS5000_HANDLE CMS5000);

/******************************************************************************
*
* CMS5000_Shut_Down
*
* Turns the CMS5000 off.
* ** NOTE ** There is no way to remotely turn the CMS5000 back on once it is Off.
*
* Parameters
* CMS5000 : [ IN] Handle to a CMS5000
*
* Returns
* See Function Return Codes.
*
* Example
* CMS5000_Shut_Down( CMS5000_handle );
*

Advertising