tuple
|
|
list
|
encodeMMSFieldName(fieldName)
Encodes an MMS header field name, using the "assigned
values" for well-known MMS headers as specified in [4]. |
source code
|
|
list
|
encodeFromValue(fromValue='
' )
From [4], section 7.2.11: From-value = Value-length
(Address-present-token Encoded-string-value | Insert-address-token )
Address-present-token = <Octet 128> Insert-address-token =
<Octet 129> |
source code
|
|
list
|
encodeEncodedStringValue(stringValue)
From [4], section 7.2.9: Encoded-string-value = Text-string
| Value-length Char-set Text-string The Char-set values are
registered by IANA as MIBEnum value. |
source code
|
|
list
|
|
Inherited from wsp_pdu.Encoder :
encodeAcceptValue ,
encodeConstrainedEncoding ,
encodeConstrainedMedia ,
encodeContentGeneralForm ,
encodeContentTypeValue ,
encodeExtensionMedia ,
encodeIntegerValue ,
encodeLongInteger ,
encodeMediaType ,
encodeNoValue ,
encodeParameter ,
encodeShortInteger ,
encodeShortLength ,
encodeTextString ,
encodeTextValue ,
encodeTokenText ,
encodeUintvar ,
encodeValueLength ,
encodeVersionValue
|