ADLINK PXIS-2508 User Manual

Page 48

Advertising
background image

38

Remote Management

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);

Advertising