Module Parameters  
Data Types  
Component Types  
Port Types  
Constants  
Templates  
Signatures  
Functions  
Altsteps  
Test Cases  
Module XCAP_ASP_TypeDefs
Groups:
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
© Copyright Testing Technologies IST GmbH 2013