OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group msrpHeaders.RFC4975HeaderTypes

Declared in module LibMsrp_TypesAndValues


Data Types Summary
MessageID Used to correlate status reports with the original message
SuccessReport
FailureReport
ByteRange TODO
MsrpStatus TODO
ByteRangeValue

Details

MessageID
type record MessageID {
HeaderName headerName (MESSAGE_ID_E),
Ident messageId
}

Declared in group msrpHeaders.RFC4975HeaderTypes

Used to correlate status reports with the original message

See also: RFC 4975 - Clause 9. Formal Syntax

SuccessReport
type record SuccessReport {
HeaderName headerName (SUCCESS_REPORT_E),
MsrpKeywords reportStatus
}

Declared in group msrpHeaders.RFC4975HeaderTypes

FailureReport
type record FailureReport {
HeaderName headerName (FAILURE_REPORT_E),
MsrpKeywords reportStatus
}

Declared in group msrpHeaders.RFC4975HeaderTypes

ByteRange
type record ByteRange {
HeaderName headerName (BYTE_RANGE_E),
integer startValue,                
ByteRangeValue endValue,        
ByteRangeValue totalValue        
}

Declared in group msrpHeaders.RFC4975HeaderTypes

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

MsrpStatus
type record MsrpStatus {
HeaderName headerName (STATUS_E),
Namespace namespace,
StatusCode statusCode, 
charstring comment optional
}

Declared in group msrpHeaders.RFC4975HeaderTypes

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

ByteRangeValue
type union ByteRangeValue {
integer intValue,        
MsrpKeywords wildcard    
}

Declared in group msrpHeaders.RFC4975HeaderTypes