OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group msrpContent

Declared in module LibMsrp_TypesAndValues
Subgroups: msrpMimeTypes

Data Types Summary
Data TODO
ContentID
ContentDescription
MsrpContentDisposition
MimeExtensionField
MimeHeaders TODO
GenParam TODO
MediaType TODO
MsrpContentType TODO
ContentStuff TODO
MimeExtensionFieldList
GenParams TODO

Details

Data
type octetstring Data;

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

ContentID
type record ContentID {
HeaderName headerName (CONTENT_ID_E),
charstring msgId
}

Declared in group msrpContent.msrpMimeTypes

See also: RFC 2045 - Clause 7. Content-ID Header Field

ContentDescription
type record ContentDescription {
HeaderName headerName (CONTENT_DESCRIPTION_E),
charstring text 
}

Declared in group msrpContent.msrpMimeTypes

See also: RFC 2045 - Clause 8. Content-Description Header Field

MsrpContentDisposition
type record MsrpContentDisposition {
HeaderName headerName (CONTENT_DISPOSITION_E),
charstring dispositionType,
GenParams dispositionParams optional
}

Declared in group msrpContent.msrpMimeTypes

See also: RFC 2183 - Clause 2. The Content-Disposition Header Field

MimeExtensionField
type record MimeExtensionField {
HeaderName headerName (MIME_EXT_FIELD_E),
charstring hname,
charstring hval
}

Declared in group msrpContent.msrpMimeTypes

See also: RFC 2045 - Clause 9. Additional MIME Header Fields

MimeHeaders
type record MimeHeaders {
ContentID contentID optional,
ContentDescription contentDescription optional,
MsrpContentDisposition contentDisposition optional,
MimeExtensionFieldList mimeExtensionFields optional
}

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

GenParam
type record GenParam {
Token pname,
charstring pval optional 
}

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

MediaType
type record MediaType {
Token mediaType,
Token subType,
GenParams genParams optional
}

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

MsrpContentType
type record MsrpContentType {
HeaderName headerName (CONTENT_TYPE_E),
MediaType mediaType
}

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

ContentStuff
type record ContentStuff {
MimeHeaders mimeHeaders optional,
MsrpContentType contentType,
Data data
}

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax

MimeExtensionFieldList
type set of MimeExtensionField MimeExtensionFieldList

Declared in group msrpContent.msrpMimeTypes

GenParams
type set of GenParam GenParams

Declared in group msrpContent

TODO

See also: RFC 4975 - Clause 9. Formal Syntax