OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| ContinuationFlag | |
| MsrpRequestLine | Desciption of the start line
|
| MsrpResponseLine | Desciption of the Response line
|
| EndLine | Desciption of the end line
|
type enumerated ContinuationFlag {
e_endMessage,
e_continueMessage,
e_cancelMessage
}
type record MsrpRequestLine {
MsrpKeywords tagMsrp (e_MSRP),
TransactionID transactionID,
MsrpMethod method
}
type record MsrpResponseLine {
MsrpKeywords tagMsrp (e_MSRP),
TransactionID transactionID,
StatusCode statusCode,
charstring comment optional
}
type record EndLine {
TransactionID transactionID,
ContinuationFlag continuationFlag
}