ホーム › NetworkManagement.Rras › IKEV2_ID_PAYLOAD_TYPE
IKEV2_ID_PAYLOAD_TYPE
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| IKEV2_ID_PAYLOAD_TYPE_INVALID | 0 | 0x0 |
| IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR | 1 | 0x1 |
| IKEV2_ID_PAYLOAD_TYPE_FQDN | 2 | 0x2 |
| IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR | 3 | 0x3 |
| IKEV2_ID_PAYLOAD_TYPE_RESERVED1 | 4 | 0x4 |
| IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR | 5 | 0x5 |
| IKEV2_ID_PAYLOAD_TYPE_RESERVED2 | 6 | 0x6 |
| IKEV2_ID_PAYLOAD_TYPE_RESERVED3 | 7 | 0x7 |
| IKEV2_ID_PAYLOAD_TYPE_RESERVED4 | 8 | 0x8 |
| IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN | 9 | 0x9 |
| IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN | 10 | 0xA |
| IKEV2_ID_PAYLOAD_TYPE_KEY_ID | 11 | 0xB |
| IKEV2_ID_PAYLOAD_TYPE_MAX | 12 | 0xC |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum IKEV2_ID_PAYLOAD_TYPE : int {
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0,
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1,
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2,
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3,
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4,
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5,
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6,
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7,
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10,
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11,
IKEV2_ID_PAYLOAD_TYPE_MAX = 12
} IKEV2_ID_PAYLOAD_TYPE;public enum IKEV2_ID_PAYLOAD_TYPE : int
{
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0,
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1,
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2,
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3,
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4,
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5,
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6,
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7,
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10,
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11,
IKEV2_ID_PAYLOAD_TYPE_MAX = 12,
}Public Enum IKEV2_ID_PAYLOAD_TYPE As Integer
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11
IKEV2_ID_PAYLOAD_TYPE_MAX = 12
End Enumimport enum
class IKEV2_ID_PAYLOAD_TYPE(enum.IntEnum):
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11
IKEV2_ID_PAYLOAD_TYPE_MAX = 12// IKEV2_ID_PAYLOAD_TYPE
pub const IKEV2_ID_PAYLOAD_TYPE_INVALID: i32 = 0;
pub const IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR: i32 = 1;
pub const IKEV2_ID_PAYLOAD_TYPE_FQDN: i32 = 2;
pub const IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR: i32 = 3;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED1: i32 = 4;
pub const IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR: i32 = 5;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED2: i32 = 6;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED3: i32 = 7;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED4: i32 = 8;
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN: i32 = 9;
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN: i32 = 10;
pub const IKEV2_ID_PAYLOAD_TYPE_KEY_ID: i32 = 11;
pub const IKEV2_ID_PAYLOAD_TYPE_MAX: i32 = 12;// IKEV2_ID_PAYLOAD_TYPE
const (
IKEV2_ID_PAYLOAD_TYPE_INVALID int32 = 0
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR int32 = 1
IKEV2_ID_PAYLOAD_TYPE_FQDN int32 = 2
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR int32 = 3
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 int32 = 4
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR int32 = 5
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 int32 = 6
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 int32 = 7
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 int32 = 8
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN int32 = 9
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN int32 = 10
IKEV2_ID_PAYLOAD_TYPE_KEY_ID int32 = 11
IKEV2_ID_PAYLOAD_TYPE_MAX int32 = 12
)const
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0;
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1;
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2;
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3;
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4;
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5;
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6;
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7;
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8;
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9;
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10;
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11;
IKEV2_ID_PAYLOAD_TYPE_MAX = 12;// IKEV2_ID_PAYLOAD_TYPE
pub const IKEV2_ID_PAYLOAD_TYPE_INVALID: i32 = 0;
pub const IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR: i32 = 1;
pub const IKEV2_ID_PAYLOAD_TYPE_FQDN: i32 = 2;
pub const IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR: i32 = 3;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED1: i32 = 4;
pub const IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR: i32 = 5;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED2: i32 = 6;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED3: i32 = 7;
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED4: i32 = 8;
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN: i32 = 9;
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN: i32 = 10;
pub const IKEV2_ID_PAYLOAD_TYPE_KEY_ID: i32 = 11;
pub const IKEV2_ID_PAYLOAD_TYPE_MAX: i32 = 12;const
IKEV2_ID_PAYLOAD_TYPE_INVALID* = 0
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR* = 1
IKEV2_ID_PAYLOAD_TYPE_FQDN* = 2
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR* = 3
IKEV2_ID_PAYLOAD_TYPE_RESERVED1* = 4
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR* = 5
IKEV2_ID_PAYLOAD_TYPE_RESERVED2* = 6
IKEV2_ID_PAYLOAD_TYPE_RESERVED3* = 7
IKEV2_ID_PAYLOAD_TYPE_RESERVED4* = 8
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN* = 9
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN* = 10
IKEV2_ID_PAYLOAD_TYPE_KEY_ID* = 11
IKEV2_ID_PAYLOAD_TYPE_MAX* = 12enum IKEV2_ID_PAYLOAD_TYPE : int {
IKEV2_ID_PAYLOAD_TYPE_INVALID = 0,
IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR = 1,
IKEV2_ID_PAYLOAD_TYPE_FQDN = 2,
IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR = 3,
IKEV2_ID_PAYLOAD_TYPE_RESERVED1 = 4,
IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR = 5,
IKEV2_ID_PAYLOAD_TYPE_RESERVED2 = 6,
IKEV2_ID_PAYLOAD_TYPE_RESERVED3 = 7,
IKEV2_ID_PAYLOAD_TYPE_RESERVED4 = 8,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN = 9,
IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN = 10,
IKEV2_ID_PAYLOAD_TYPE_KEY_ID = 11,
IKEV2_ID_PAYLOAD_TYPE_MAX = 12,
}#define global IKEV2_ID_PAYLOAD_TYPE_INVALID 0x0
#define global IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR 0x1
#define global IKEV2_ID_PAYLOAD_TYPE_FQDN 0x2
#define global IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR 0x3
#define global IKEV2_ID_PAYLOAD_TYPE_RESERVED1 0x4
#define global IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR 0x5
#define global IKEV2_ID_PAYLOAD_TYPE_RESERVED2 0x6
#define global IKEV2_ID_PAYLOAD_TYPE_RESERVED3 0x7
#define global IKEV2_ID_PAYLOAD_TYPE_RESERVED4 0x8
#define global IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN 0x9
#define global IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN 0xA
#define global IKEV2_ID_PAYLOAD_TYPE_KEY_ID 0xB
#define global IKEV2_ID_PAYLOAD_TYPE_MAX 0xC