Win32 API 日本語リファレンス
ホームNetworkManagement.WiFi › DOT11EXT_IHV_INDICATION_TYPE

DOT11EXT_IHV_INDICATION_TYPE

列挙型
基底型i4

メンバー 5

名前10進16進
IndicationTypeNicSpecificNotification00x0
IndicationTypePmkidCandidateList10x1
IndicationTypeTkipMicFailure20x2
IndicationTypePhyStateChange30x3
IndicationTypeLinkQuality40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
enum 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