
44 Remote Management
SetChassisPowerOn
Description
Powers on the PXIS-2719.
Syntax
BOOL SetChassisPowerOn (HANDLE hCom)
Parameter
com The initialized COM port.
Return Value
TRUE if the function succeeded. FALSE if the function failed.
Example
BOOL ret;
ret= SetChassisPowerOn (hCom);