DCL 4.0
Loading...
Searching...
No Matches
SerialPort.cpp File Reference
#include <dcl/Config.h>
#include <dcl/_unistd.h>
#include <dcl/SerialPort.h>

Go to the source code of this file.

Macros

#define INVALID_HANDLE_VALUE   -1

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (SerialPort, PollAble) SerialPort

Macro Definition Documentation

◆ INVALID_HANDLE_VALUE

#define INVALID_HANDLE_VALUE   -1

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( SerialPort ,
PollAble  )

Definition at line 18 of file SerialPort.cpp.

25{
26#if __DCL_WINDOWS
27 if (__overlapped.hEvent != NULL)
28 CloseHandle(__overlapped.hEvent);
29#endif
30}
#define NULL
Definition Config.h:340