Classes | |
union | AttributeUnion |
Structure used to pass attribute types to ACP. More... | |
struct | TagValue |
List of attributes in TagValue format. More... | |
interface | RemoteUpdateInterface |
Remote update interface. More... | |
Typedefs | |
typedef sequence< TagValue > | TagValueList |
Attributes are passed to the update() method in the form of a TagValue list. | |
Enumerations | |
enum | RemoteUpdateType { PE_USER, PE_CONGESTIONPOINT } |
Types of information that the application is updating. More... | |
enum | CongestionPointState { CP_UP, CP_DOWN } |
Congestion point state indicates whether the interface is up or down. More... | |
enum | RemoteUpdateAttribute { RU_LOGIN_NAME, RU_PHONE, RU_INTF_NAME, RU_INTF_DN, RU_NETWORK_DEVICE, RU_INTF_STATE, RU_UPSTREAM_SYNC_RATE, RU_DOWNSTREAM_SYNC_RATE, RU_TIME_STAMP, RU_PORT_ID, RU_NAS_IP, RU_USER_IP_ADDRESS, RU_NAS_INET_ADDRESS, RU_USER_INET_ADDRESS, RU_ROUTER_TYPE, RU_last } |
Plug-in attributes that the application can pass to ACP. More... | |
enum | RemoteUpdateAttributeType { PAT_LONG_LONG, PAT_LONG, PAT_STRING, PAT_STATE, PAT_OPAQUE } |
Possible encoding types of attribute types. More... |
typedef sequence<TagValue> acpAdapter.TagValueList |
Attributes are passed to the update() method in the form of a TagValue list.
Plug-in attributes that the application can pass to ACP.