ADLINK PXIS-2508 User Manual

Page 51

Advertising
background image

Remote Management

41

CloseCOM

Description

Closes the initialized COM port.

Syntax

BOOL CloseCOM(HANDLE hCom)

Parameter

com

The initialized COM port.

Return Value

TRUE if the function succeeded. FALSE if the function failed.

Example

BOOL

ret;

ret= CloseCOM (hCom);

Advertising