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

WLAN_HOSTED_NETWORK_OPCODE

列挙型
基底型i4

メンバー 4

名前10進16進
wlan_hosted_network_opcode_connection_settings00x0
wlan_hosted_network_opcode_security_settings10x1
wlan_hosted_network_opcode_station_profile20x2
wlan_hosted_network_opcode_enable30x3

各言語での定義

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

typedef enum WLAN_HOSTED_NETWORK_OPCODE : int {
    wlan_hosted_network_opcode_connection_settings = 0,
    wlan_hosted_network_opcode_security_settings = 1,
    wlan_hosted_network_opcode_station_profile = 2,
    wlan_hosted_network_opcode_enable = 3
} WLAN_HOSTED_NETWORK_OPCODE;
public enum WLAN_HOSTED_NETWORK_OPCODE : int
{
    wlan_hosted_network_opcode_connection_settings = 0,
    wlan_hosted_network_opcode_security_settings = 1,
    wlan_hosted_network_opcode_station_profile = 2,
    wlan_hosted_network_opcode_enable = 3,
}
Public Enum WLAN_HOSTED_NETWORK_OPCODE As Integer
    wlan_hosted_network_opcode_connection_settings = 0
    wlan_hosted_network_opcode_security_settings = 1
    wlan_hosted_network_opcode_station_profile = 2
    wlan_hosted_network_opcode_enable = 3
End Enum
import enum

class WLAN_HOSTED_NETWORK_OPCODE(enum.IntEnum):
    wlan_hosted_network_opcode_connection_settings = 0
    wlan_hosted_network_opcode_security_settings = 1
    wlan_hosted_network_opcode_station_profile = 2
    wlan_hosted_network_opcode_enable = 3
// WLAN_HOSTED_NETWORK_OPCODE
pub const wlan_hosted_network_opcode_connection_settings: i32 = 0;
pub const wlan_hosted_network_opcode_security_settings: i32 = 1;
pub const wlan_hosted_network_opcode_station_profile: i32 = 2;
pub const wlan_hosted_network_opcode_enable: i32 = 3;
// WLAN_HOSTED_NETWORK_OPCODE
const (
	wlan_hosted_network_opcode_connection_settings int32 = 0
	wlan_hosted_network_opcode_security_settings int32 = 1
	wlan_hosted_network_opcode_station_profile int32 = 2
	wlan_hosted_network_opcode_enable int32 = 3
)
const
  wlan_hosted_network_opcode_connection_settings = 0;
  wlan_hosted_network_opcode_security_settings = 1;
  wlan_hosted_network_opcode_station_profile = 2;
  wlan_hosted_network_opcode_enable = 3;
// WLAN_HOSTED_NETWORK_OPCODE
pub const wlan_hosted_network_opcode_connection_settings: i32 = 0;
pub const wlan_hosted_network_opcode_security_settings: i32 = 1;
pub const wlan_hosted_network_opcode_station_profile: i32 = 2;
pub const wlan_hosted_network_opcode_enable: i32 = 3;
const
  wlan_hosted_network_opcode_connection_settings* = 0
  wlan_hosted_network_opcode_security_settings* = 1
  wlan_hosted_network_opcode_station_profile* = 2
  wlan_hosted_network_opcode_enable* = 3
enum WLAN_HOSTED_NETWORK_OPCODE : int {
    wlan_hosted_network_opcode_connection_settings = 0,
    wlan_hosted_network_opcode_security_settings = 1,
    wlan_hosted_network_opcode_station_profile = 2,
    wlan_hosted_network_opcode_enable = 3,
}
#define global wlan_hosted_network_opcode_connection_settings 0x0
#define global wlan_hosted_network_opcode_security_settings   0x1
#define global wlan_hosted_network_opcode_station_profile     0x2
#define global wlan_hosted_network_opcode_enable              0x3