User`s manual

Remote Management 43
GetChassisStatus
Description
Gets the chassis status and stores the status in a ChassisStatus
structure. You can invoke this function periodically to update the
chassis status.
Syntax
BOOL GetChassisStatus(HANDLE hCom, ChassisStatus*
Status)
Parameters
hCom The initialized COM port.
Status ChassisStatus data structure that stores the chassis
status
Return Value
TRUE if the function succeeded. FALSE if the function failed.
Example
ChassisStatus status;
BOOL ret;
ret= GetChassisStatus(hCom, &status);