ホーム › Networking.WinSock › Q2931_IE_TYPE
Q2931_IE_TYPE
列挙型メンバー 12
| 名前 | 10進 | 16進 |
|---|---|---|
| IE_AALParameters | 0 | 0x0 |
| IE_TrafficDescriptor | 1 | 0x1 |
| IE_BroadbandBearerCapability | 2 | 0x2 |
| IE_BHLI | 3 | 0x3 |
| IE_BLLI | 4 | 0x4 |
| IE_CalledPartyNumber | 5 | 0x5 |
| IE_CalledPartySubaddress | 6 | 0x6 |
| IE_CallingPartyNumber | 7 | 0x7 |
| IE_CallingPartySubaddress | 8 | 0x8 |
| IE_Cause | 9 | 0x9 |
| IE_QOSClass | 10 | 0xA |
| IE_TransitNetworkSelection | 11 | 0xB |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum Q2931_IE_TYPE : int {
IE_AALParameters = 0,
IE_TrafficDescriptor = 1,
IE_BroadbandBearerCapability = 2,
IE_BHLI = 3,
IE_BLLI = 4,
IE_CalledPartyNumber = 5,
IE_CalledPartySubaddress = 6,
IE_CallingPartyNumber = 7,
IE_CallingPartySubaddress = 8,
IE_Cause = 9,
IE_QOSClass = 10,
IE_TransitNetworkSelection = 11
} Q2931_IE_TYPE;public enum Q2931_IE_TYPE : int
{
IE_AALParameters = 0,
IE_TrafficDescriptor = 1,
IE_BroadbandBearerCapability = 2,
IE_BHLI = 3,
IE_BLLI = 4,
IE_CalledPartyNumber = 5,
IE_CalledPartySubaddress = 6,
IE_CallingPartyNumber = 7,
IE_CallingPartySubaddress = 8,
IE_Cause = 9,
IE_QOSClass = 10,
IE_TransitNetworkSelection = 11,
}Public Enum Q2931_IE_TYPE As Integer
IE_AALParameters = 0
IE_TrafficDescriptor = 1
IE_BroadbandBearerCapability = 2
IE_BHLI = 3
IE_BLLI = 4
IE_CalledPartyNumber = 5
IE_CalledPartySubaddress = 6
IE_CallingPartyNumber = 7
IE_CallingPartySubaddress = 8
IE_Cause = 9
IE_QOSClass = 10
IE_TransitNetworkSelection = 11
End Enumimport enum
class Q2931_IE_TYPE(enum.IntEnum):
IE_AALParameters = 0
IE_TrafficDescriptor = 1
IE_BroadbandBearerCapability = 2
IE_BHLI = 3
IE_BLLI = 4
IE_CalledPartyNumber = 5
IE_CalledPartySubaddress = 6
IE_CallingPartyNumber = 7
IE_CallingPartySubaddress = 8
IE_Cause = 9
IE_QOSClass = 10
IE_TransitNetworkSelection = 11// Q2931_IE_TYPE
pub const IE_AALParameters: i32 = 0;
pub const IE_TrafficDescriptor: i32 = 1;
pub const IE_BroadbandBearerCapability: i32 = 2;
pub const IE_BHLI: i32 = 3;
pub const IE_BLLI: i32 = 4;
pub const IE_CalledPartyNumber: i32 = 5;
pub const IE_CalledPartySubaddress: i32 = 6;
pub const IE_CallingPartyNumber: i32 = 7;
pub const IE_CallingPartySubaddress: i32 = 8;
pub const IE_Cause: i32 = 9;
pub const IE_QOSClass: i32 = 10;
pub const IE_TransitNetworkSelection: i32 = 11;// Q2931_IE_TYPE
const (
IE_AALParameters int32 = 0
IE_TrafficDescriptor int32 = 1
IE_BroadbandBearerCapability int32 = 2
IE_BHLI int32 = 3
IE_BLLI int32 = 4
IE_CalledPartyNumber int32 = 5
IE_CalledPartySubaddress int32 = 6
IE_CallingPartyNumber int32 = 7
IE_CallingPartySubaddress int32 = 8
IE_Cause int32 = 9
IE_QOSClass int32 = 10
IE_TransitNetworkSelection int32 = 11
)const
IE_AALParameters = 0;
IE_TrafficDescriptor = 1;
IE_BroadbandBearerCapability = 2;
IE_BHLI = 3;
IE_BLLI = 4;
IE_CalledPartyNumber = 5;
IE_CalledPartySubaddress = 6;
IE_CallingPartyNumber = 7;
IE_CallingPartySubaddress = 8;
IE_Cause = 9;
IE_QOSClass = 10;
IE_TransitNetworkSelection = 11;// Q2931_IE_TYPE
pub const IE_AALParameters: i32 = 0;
pub const IE_TrafficDescriptor: i32 = 1;
pub const IE_BroadbandBearerCapability: i32 = 2;
pub const IE_BHLI: i32 = 3;
pub const IE_BLLI: i32 = 4;
pub const IE_CalledPartyNumber: i32 = 5;
pub const IE_CalledPartySubaddress: i32 = 6;
pub const IE_CallingPartyNumber: i32 = 7;
pub const IE_CallingPartySubaddress: i32 = 8;
pub const IE_Cause: i32 = 9;
pub const IE_QOSClass: i32 = 10;
pub const IE_TransitNetworkSelection: i32 = 11;const
IE_AALParameters* = 0
IE_TrafficDescriptor* = 1
IE_BroadbandBearerCapability* = 2
IE_BHLI* = 3
IE_BLLI* = 4
IE_CalledPartyNumber* = 5
IE_CalledPartySubaddress* = 6
IE_CallingPartyNumber* = 7
IE_CallingPartySubaddress* = 8
IE_Cause* = 9
IE_QOSClass* = 10
IE_TransitNetworkSelection* = 11enum Q2931_IE_TYPE : int {
IE_AALParameters = 0,
IE_TrafficDescriptor = 1,
IE_BroadbandBearerCapability = 2,
IE_BHLI = 3,
IE_BLLI = 4,
IE_CalledPartyNumber = 5,
IE_CalledPartySubaddress = 6,
IE_CallingPartyNumber = 7,
IE_CallingPartySubaddress = 8,
IE_Cause = 9,
IE_QOSClass = 10,
IE_TransitNetworkSelection = 11,
}#define global IE_AALParameters 0x0
#define global IE_TrafficDescriptor 0x1
#define global IE_BroadbandBearerCapability 0x2
#define global IE_BHLI 0x3
#define global IE_BLLI 0x4
#define global IE_CalledPartyNumber 0x5
#define global IE_CalledPartySubaddress 0x6
#define global IE_CallingPartyNumber 0x7
#define global IE_CallingPartySubaddress 0x8
#define global IE_Cause 0x9
#define global IE_QOSClass 0xA
#define global IE_TransitNetworkSelection 0xB