Serial Framework C++ Edition

◆ wclSerialPurgeFlag

The flags used in PurgeConmm method.

Enumerator
purgeRxAbort 

Terminates all outstanding overlapped read operations and returns immediately, even if the read operations have not been completed.

purgeRxClear 

Clears the input buffer (if the device driver has one).

purgeTxAbort 

Terminates all outstanding overlapped write operations and returns immediately, even if the write operations have not been completed.

purgeTxClear 

Clears the output buffer (if the device driver has one).