User`s manual
Remote Management 45
SetChassisPowerOff
Description
Powers off the PXIS-2719. You should shut down the system con-
troller via the operating system before turning off the chassis
power.
Syntax
BOOL SetChassisPowerOff (HANDLE hCom)
Parameter
com The initialized COM port.
Return Value
TRUE if the function succeeded. FALSE if the function failed.
Example
BOOL ret;
ret= SetChassisPowerOff (hCom);