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