#include <cstdint>
Contains select mode constants.
Go to the source code of this file.
Variables | |
constexpr int32_t | SELECT_MODE_READ |
Read status mode. | |
constexpr int32_t | SELECT_MODE_WRITE |
Write status mode. | |
constexpr int32_t | SELECT_MODE_ERROR |
Error status mode. | |