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