?? stnnetworkresourcesirpsystem.idl
字號:
// File: STNNetworkResourcesIRPSystem.idl
#ifndef _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_
#define _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_
#pragma prefix "3gppsa5.org"
module STNNetworkResourcesIRPSystem
{
/**
* This module adds datatype definitions for types
* used in the NRM which are not basic datatypes defined
* already in CORBA.
*/
module AttributeTypes
{
enum NetworkIndicatorType
{
International,
Spare,
National,
NationalSpare
};
enum PointCodeLengthType
{
BITS_24,
BITS_14
};
enum SPTypeType
{
SEP,
STP,
STEP
};
typedef unsigned long SLSType; // 0..15
typedef sequence<SLSType,16> SLSListType;
enum LinkStati
{
Deactivated,
Failed,
LocalBlocked,
RemoteBlocked,
LocalInhibited,
RemoteInhibited
};
typedef sequence <LinkStati,6> LinkStatusType;
enum SignLinkTypeType
{
ST_64K,
ST_2M
};
enum m3UAEntityType
{
M3UA_AS,
SG
};
enum m3UALinkTPStateType
{
UNESTABLISH,
ESTABLISHED,
INACTIVE,
ACTIVE
};
enum AddrType
{
IPv4,
IPv6
};
struct sCTPAssocAddrType
{
unsigned long portId;
AddrType addt;
string IPaddr;
};
enum trafficModeType
{
Override,
LoadShare,
Broadcast
};
};
};
#endif // _STN_NETWORK_RESOURCES_IRP_SYSTEM_IDL_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -