ホーム › NetworkManagement.WiFi › DOT11_MSONEX_RESULT
DOT11_MSONEX_RESULT
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| DOT11_MSONEX_SUCCESS | 0 | 0x0 |
| DOT11_MSONEX_FAILURE | 1 | 0x1 |
| DOT11_MSONEX_IN_PROGRESS | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DOT11_MSONEX_RESULT : int {
DOT11_MSONEX_SUCCESS = 0,
DOT11_MSONEX_FAILURE = 1,
DOT11_MSONEX_IN_PROGRESS = 2
} DOT11_MSONEX_RESULT;public enum DOT11_MSONEX_RESULT : int
{
DOT11_MSONEX_SUCCESS = 0,
DOT11_MSONEX_FAILURE = 1,
DOT11_MSONEX_IN_PROGRESS = 2,
}Public Enum DOT11_MSONEX_RESULT As Integer
DOT11_MSONEX_SUCCESS = 0
DOT11_MSONEX_FAILURE = 1
DOT11_MSONEX_IN_PROGRESS = 2
End Enumimport enum
class DOT11_MSONEX_RESULT(enum.IntEnum):
DOT11_MSONEX_SUCCESS = 0
DOT11_MSONEX_FAILURE = 1
DOT11_MSONEX_IN_PROGRESS = 2// DOT11_MSONEX_RESULT
pub const DOT11_MSONEX_SUCCESS: i32 = 0;
pub const DOT11_MSONEX_FAILURE: i32 = 1;
pub const DOT11_MSONEX_IN_PROGRESS: i32 = 2;// DOT11_MSONEX_RESULT
const (
DOT11_MSONEX_SUCCESS int32 = 0
DOT11_MSONEX_FAILURE int32 = 1
DOT11_MSONEX_IN_PROGRESS int32 = 2
)const
DOT11_MSONEX_SUCCESS = 0;
DOT11_MSONEX_FAILURE = 1;
DOT11_MSONEX_IN_PROGRESS = 2;// DOT11_MSONEX_RESULT
pub const DOT11_MSONEX_SUCCESS: i32 = 0;
pub const DOT11_MSONEX_FAILURE: i32 = 1;
pub const DOT11_MSONEX_IN_PROGRESS: i32 = 2;const
DOT11_MSONEX_SUCCESS* = 0
DOT11_MSONEX_FAILURE* = 1
DOT11_MSONEX_IN_PROGRESS* = 2enum DOT11_MSONEX_RESULT : int {
DOT11_MSONEX_SUCCESS = 0,
DOT11_MSONEX_FAILURE = 1,
DOT11_MSONEX_IN_PROGRESS = 2,
}#define global DOT11_MSONEX_SUCCESS 0x0
#define global DOT11_MSONEX_FAILURE 0x1
#define global DOT11_MSONEX_IN_PROGRESS 0x2