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

DOT11_PHY_TYPE

列挙型
基底型i4

メンバー 15

名前10進16進
dot11_phy_type_unknown00x0
dot11_phy_type_any00x0
dot11_phy_type_fhss10x1
dot11_phy_type_dsss20x2
dot11_phy_type_irbaseband30x3
dot11_phy_type_ofdm40x4
dot11_phy_type_hrdsss50x5
dot11_phy_type_erp60x6
dot11_phy_type_ht70x7
dot11_phy_type_vht80x8
dot11_phy_type_dmg90x9
dot11_phy_type_he100xA
dot11_phy_type_eht110xB
dot11_phy_type_IHV_start-21474836480x80000000
dot11_phy_type_IHV_end-10xFFFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DOT11_PHY_TYPE : int {
    dot11_phy_type_unknown = 0,
    dot11_phy_type_any = 0,
    dot11_phy_type_fhss = 1,
    dot11_phy_type_dsss = 2,
    dot11_phy_type_irbaseband = 3,
    dot11_phy_type_ofdm = 4,
    dot11_phy_type_hrdsss = 5,
    dot11_phy_type_erp = 6,
    dot11_phy_type_ht = 7,
    dot11_phy_type_vht = 8,
    dot11_phy_type_dmg = 9,
    dot11_phy_type_he = 10,
    dot11_phy_type_eht = 11,
    dot11_phy_type_IHV_start = -2147483648,
    dot11_phy_type_IHV_end = -1
} DOT11_PHY_TYPE;
public enum DOT11_PHY_TYPE : int
{
    dot11_phy_type_unknown = 0,
    dot11_phy_type_any = 0,
    dot11_phy_type_fhss = 1,
    dot11_phy_type_dsss = 2,
    dot11_phy_type_irbaseband = 3,
    dot11_phy_type_ofdm = 4,
    dot11_phy_type_hrdsss = 5,
    dot11_phy_type_erp = 6,
    dot11_phy_type_ht = 7,
    dot11_phy_type_vht = 8,
    dot11_phy_type_dmg = 9,
    dot11_phy_type_he = 10,
    dot11_phy_type_eht = 11,
    dot11_phy_type_IHV_start = -2147483648,
    dot11_phy_type_IHV_end = -1,
}
Public Enum DOT11_PHY_TYPE As Integer
    dot11_phy_type_unknown = 0
    dot11_phy_type_any = 0
    dot11_phy_type_fhss = 1
    dot11_phy_type_dsss = 2
    dot11_phy_type_irbaseband = 3
    dot11_phy_type_ofdm = 4
    dot11_phy_type_hrdsss = 5
    dot11_phy_type_erp = 6
    dot11_phy_type_ht = 7
    dot11_phy_type_vht = 8
    dot11_phy_type_dmg = 9
    dot11_phy_type_he = 10
    dot11_phy_type_eht = 11
    dot11_phy_type_IHV_start = -2147483648
    dot11_phy_type_IHV_end = -1
End Enum
import enum

class DOT11_PHY_TYPE(enum.IntEnum):
    dot11_phy_type_unknown = 0
    dot11_phy_type_any = 0
    dot11_phy_type_fhss = 1
    dot11_phy_type_dsss = 2
    dot11_phy_type_irbaseband = 3
    dot11_phy_type_ofdm = 4
    dot11_phy_type_hrdsss = 5
    dot11_phy_type_erp = 6
    dot11_phy_type_ht = 7
    dot11_phy_type_vht = 8
    dot11_phy_type_dmg = 9
    dot11_phy_type_he = 10
    dot11_phy_type_eht = 11
    dot11_phy_type_IHV_start = -2147483648
    dot11_phy_type_IHV_end = -1
// DOT11_PHY_TYPE
pub const dot11_phy_type_unknown: i32 = 0;
pub const dot11_phy_type_any: i32 = 0;
pub const dot11_phy_type_fhss: i32 = 1;
pub const dot11_phy_type_dsss: i32 = 2;
pub const dot11_phy_type_irbaseband: i32 = 3;
pub const dot11_phy_type_ofdm: i32 = 4;
pub const dot11_phy_type_hrdsss: i32 = 5;
pub const dot11_phy_type_erp: i32 = 6;
pub const dot11_phy_type_ht: i32 = 7;
pub const dot11_phy_type_vht: i32 = 8;
pub const dot11_phy_type_dmg: i32 = 9;
pub const dot11_phy_type_he: i32 = 10;
pub const dot11_phy_type_eht: i32 = 11;
pub const dot11_phy_type_IHV_start: i32 = -2147483648;
pub const dot11_phy_type_IHV_end: i32 = -1;
// DOT11_PHY_TYPE
const (
	dot11_phy_type_unknown int32 = 0
	dot11_phy_type_any int32 = 0
	dot11_phy_type_fhss int32 = 1
	dot11_phy_type_dsss int32 = 2
	dot11_phy_type_irbaseband int32 = 3
	dot11_phy_type_ofdm int32 = 4
	dot11_phy_type_hrdsss int32 = 5
	dot11_phy_type_erp int32 = 6
	dot11_phy_type_ht int32 = 7
	dot11_phy_type_vht int32 = 8
	dot11_phy_type_dmg int32 = 9
	dot11_phy_type_he int32 = 10
	dot11_phy_type_eht int32 = 11
	dot11_phy_type_IHV_start int32 = -2147483648
	dot11_phy_type_IHV_end int32 = -1
)
const
  dot11_phy_type_unknown = 0;
  dot11_phy_type_any = 0;
  dot11_phy_type_fhss = 1;
  dot11_phy_type_dsss = 2;
  dot11_phy_type_irbaseband = 3;
  dot11_phy_type_ofdm = 4;
  dot11_phy_type_hrdsss = 5;
  dot11_phy_type_erp = 6;
  dot11_phy_type_ht = 7;
  dot11_phy_type_vht = 8;
  dot11_phy_type_dmg = 9;
  dot11_phy_type_he = 10;
  dot11_phy_type_eht = 11;
  dot11_phy_type_IHV_start = -2147483648;
  dot11_phy_type_IHV_end = -1;
// DOT11_PHY_TYPE
pub const dot11_phy_type_unknown: i32 = 0;
pub const dot11_phy_type_any: i32 = 0;
pub const dot11_phy_type_fhss: i32 = 1;
pub const dot11_phy_type_dsss: i32 = 2;
pub const dot11_phy_type_irbaseband: i32 = 3;
pub const dot11_phy_type_ofdm: i32 = 4;
pub const dot11_phy_type_hrdsss: i32 = 5;
pub const dot11_phy_type_erp: i32 = 6;
pub const dot11_phy_type_ht: i32 = 7;
pub const dot11_phy_type_vht: i32 = 8;
pub const dot11_phy_type_dmg: i32 = 9;
pub const dot11_phy_type_he: i32 = 10;
pub const dot11_phy_type_eht: i32 = 11;
pub const dot11_phy_type_IHV_start: i32 = -2147483648;
pub const dot11_phy_type_IHV_end: i32 = -1;
const
  dot11_phy_type_unknown* = 0
  dot11_phy_type_any* = 0
  dot11_phy_type_fhss* = 1
  dot11_phy_type_dsss* = 2
  dot11_phy_type_irbaseband* = 3
  dot11_phy_type_ofdm* = 4
  dot11_phy_type_hrdsss* = 5
  dot11_phy_type_erp* = 6
  dot11_phy_type_ht* = 7
  dot11_phy_type_vht* = 8
  dot11_phy_type_dmg* = 9
  dot11_phy_type_he* = 10
  dot11_phy_type_eht* = 11
  dot11_phy_type_IHV_start* = -2147483648
  dot11_phy_type_IHV_end* = -1
enum DOT11_PHY_TYPE : int {
    dot11_phy_type_unknown = 0,
    dot11_phy_type_any = 0,
    dot11_phy_type_fhss = 1,
    dot11_phy_type_dsss = 2,
    dot11_phy_type_irbaseband = 3,
    dot11_phy_type_ofdm = 4,
    dot11_phy_type_hrdsss = 5,
    dot11_phy_type_erp = 6,
    dot11_phy_type_ht = 7,
    dot11_phy_type_vht = 8,
    dot11_phy_type_dmg = 9,
    dot11_phy_type_he = 10,
    dot11_phy_type_eht = 11,
    dot11_phy_type_IHV_start = -2147483648,
    dot11_phy_type_IHV_end = -1,
}
#define global dot11_phy_type_unknown    0x0
#define global dot11_phy_type_any        0x0
#define global dot11_phy_type_fhss       0x1
#define global dot11_phy_type_dsss       0x2
#define global dot11_phy_type_irbaseband 0x3
#define global dot11_phy_type_ofdm       0x4
#define global dot11_phy_type_hrdsss     0x5
#define global dot11_phy_type_erp        0x6
#define global dot11_phy_type_ht         0x7
#define global dot11_phy_type_vht        0x8
#define global dot11_phy_type_dmg        0x9
#define global dot11_phy_type_he         0xA
#define global dot11_phy_type_eht        0xB
#define global dot11_phy_type_IHV_start  0x80000000
#define global dot11_phy_type_IHV_end    0xFFFFFFFF