PURGE_RXABORT top-level constant

  1. @Deprecated('Use PURGE_COMM_FLAGS.PURGE_RXABORT instead')
int const PURGE_RXABORT

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

Implementation

@Deprecated('Use PURGE_COMM_FLAGS.PURGE_RXABORT instead')
const PURGE_RXABORT = 0x0002;