ホーム › Security.ExtensibleAuthenticationProtocol › EapHostPeerResponseAction
EapHostPeerResponseAction
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| EapHostPeerResponseDiscard | 0 | 0x0 |
| EapHostPeerResponseSend | 1 | 0x1 |
| EapHostPeerResponseResult | 2 | 0x2 |
| EapHostPeerResponseInvokeUi | 3 | 0x3 |
| EapHostPeerResponseRespond | 4 | 0x4 |
| EapHostPeerResponseStartAuthentication | 5 | 0x5 |
| EapHostPeerResponseNone | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum EapHostPeerResponseAction : int {
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend = 1,
EapHostPeerResponseResult = 2,
EapHostPeerResponseInvokeUi = 3,
EapHostPeerResponseRespond = 4,
EapHostPeerResponseStartAuthentication = 5,
EapHostPeerResponseNone = 6
} EapHostPeerResponseAction;public enum EapHostPeerResponseAction : int
{
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend = 1,
EapHostPeerResponseResult = 2,
EapHostPeerResponseInvokeUi = 3,
EapHostPeerResponseRespond = 4,
EapHostPeerResponseStartAuthentication = 5,
EapHostPeerResponseNone = 6,
}Public Enum EapHostPeerResponseAction As Integer
EapHostPeerResponseDiscard = 0
EapHostPeerResponseSend = 1
EapHostPeerResponseResult = 2
EapHostPeerResponseInvokeUi = 3
EapHostPeerResponseRespond = 4
EapHostPeerResponseStartAuthentication = 5
EapHostPeerResponseNone = 6
End Enumimport enum
class EapHostPeerResponseAction(enum.IntEnum):
EapHostPeerResponseDiscard = 0
EapHostPeerResponseSend = 1
EapHostPeerResponseResult = 2
EapHostPeerResponseInvokeUi = 3
EapHostPeerResponseRespond = 4
EapHostPeerResponseStartAuthentication = 5
EapHostPeerResponseNone = 6// EapHostPeerResponseAction
pub const EapHostPeerResponseDiscard: i32 = 0;
pub const EapHostPeerResponseSend: i32 = 1;
pub const EapHostPeerResponseResult: i32 = 2;
pub const EapHostPeerResponseInvokeUi: i32 = 3;
pub const EapHostPeerResponseRespond: i32 = 4;
pub const EapHostPeerResponseStartAuthentication: i32 = 5;
pub const EapHostPeerResponseNone: i32 = 6;// EapHostPeerResponseAction
const (
EapHostPeerResponseDiscard int32 = 0
EapHostPeerResponseSend int32 = 1
EapHostPeerResponseResult int32 = 2
EapHostPeerResponseInvokeUi int32 = 3
EapHostPeerResponseRespond int32 = 4
EapHostPeerResponseStartAuthentication int32 = 5
EapHostPeerResponseNone int32 = 6
)const
EapHostPeerResponseDiscard = 0;
EapHostPeerResponseSend = 1;
EapHostPeerResponseResult = 2;
EapHostPeerResponseInvokeUi = 3;
EapHostPeerResponseRespond = 4;
EapHostPeerResponseStartAuthentication = 5;
EapHostPeerResponseNone = 6;// EapHostPeerResponseAction
pub const EapHostPeerResponseDiscard: i32 = 0;
pub const EapHostPeerResponseSend: i32 = 1;
pub const EapHostPeerResponseResult: i32 = 2;
pub const EapHostPeerResponseInvokeUi: i32 = 3;
pub const EapHostPeerResponseRespond: i32 = 4;
pub const EapHostPeerResponseStartAuthentication: i32 = 5;
pub const EapHostPeerResponseNone: i32 = 6;const
EapHostPeerResponseDiscard* = 0
EapHostPeerResponseSend* = 1
EapHostPeerResponseResult* = 2
EapHostPeerResponseInvokeUi* = 3
EapHostPeerResponseRespond* = 4
EapHostPeerResponseStartAuthentication* = 5
EapHostPeerResponseNone* = 6enum EapHostPeerResponseAction : int {
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend = 1,
EapHostPeerResponseResult = 2,
EapHostPeerResponseInvokeUi = 3,
EapHostPeerResponseRespond = 4,
EapHostPeerResponseStartAuthentication = 5,
EapHostPeerResponseNone = 6,
}#define global EapHostPeerResponseDiscard 0x0
#define global EapHostPeerResponseSend 0x1
#define global EapHostPeerResponseResult 0x2
#define global EapHostPeerResponseInvokeUi 0x3
#define global EapHostPeerResponseRespond 0x4
#define global EapHostPeerResponseStartAuthentication 0x5
#define global EapHostPeerResponseNone 0x6