ホーム › NetworkManagement.WiFi › WLAN_HOSTED_NETWORK_OPCODE
WLAN_HOSTED_NETWORK_OPCODE
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| wlan_hosted_network_opcode_connection_settings | 0 | 0x0 |
| wlan_hosted_network_opcode_security_settings | 1 | 0x1 |
| wlan_hosted_network_opcode_station_profile | 2 | 0x2 |
| wlan_hosted_network_opcode_enable | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum 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