OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Module XCAP_ASP_TypeDefs


Groups:

Data Types Summary
XCAPReq
XCAPRsp
Port Types Summary
XCAP_PORT
Constants Summary
tsc_XCAPStatusOK

Details

XCAPReq
type record XCAPReq {
charstring method,  
charstring xcapExpression,
charstring xmlFragment optional,
charstring contentType optional
  }

Declared in group XCAP_ASPs

XCAPRsp
type record XCAPRsp {
integer status, 
charstring xmlFragment optional,
charstring contentType optional
  }

Declared in group XCAP_ASPs

XCAP_PORT
type port XCAP_PORT message
  {
in  XCAPRsp;
out XCAPReq;
  }

tsc_XCAPStatusOK
const integer tsc_XCAPStatusOK := 0

Declared in group XCAP_ASPs