xtd 0.2.0
Loading...
Searching...
No Matches
select_mode_constants.h
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_CORE_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
8#endif
10
11#include <cstdint>
12
19constexpr int32_t SELECT_MODE_READ = 0;
20
27constexpr int32_t SELECT_MODE_WRITE = 1;
28
35constexpr int32_t SELECT_MODE_ERROR = 2;
constexpr int32_t SELECT_MODE_READ
Read status mode.
Definition select_mode_constants.h:19
constexpr int32_t SELECT_MODE_WRITE
Write status mode.
Definition select_mode_constants.h:27
constexpr int32_t SELECT_MODE_ERROR
Error status mode.
Definition select_mode_constants.h:35