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