ERROR_NOT_READY top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_NOT_READY instead')
int const ERROR_NOT_READY

The device is not ready.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_NOT_READY instead')
const ERROR_NOT_READY = 21;