PURGE_TXABORT top-level constant

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

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

Implementation

@Deprecated('Use PURGE_COMM_FLAGS.PURGE_TXABORT instead')
const PURGE_TXABORT = 0x0001;