OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| XCAPReq | |
| XCAPRsp | |
| Constants Summary | |
|---|---|
| tsc_XCAPStatusOK | |
type record XCAPReq {
charstring method,
charstring xcapExpression,
charstring xmlFragment optional,
charstring contentType optional
}
type record XCAPRsp {
integer status,
charstring xmlFragment optional,
charstring contentType optional
}
const integer tsc_XCAPStatusOK := 0