D | |
decoding_table [XmlRpcBase64] |
A decoding table maps chars 0..255 to the corresponding 0..63 value
or -1 if the char is not accepted.
|
E | |
encoding_table [XmlRpcBase64] |
An encoding table maps integers 0..63 to the corresponding char.
|
M | |
message [XmlRpc] |
Type for XmlRpc messages.
|
P | |
param_type [XmlRpcServer] |
Type of parameters used in method signatures.
|
T | |
t [XmlRpcDateTime] |
Type of XmlRpc-compatible date/time values.
|
V | |
value [XmlRpc] |
Polymorphic variant type for XmlRpc values:
`Array : An ordered list of values, `Binary : A string containing binary data, `Boolean : A boolean, `DateTime : A date/time value, `Double : A floating-point value, `Int : An integer, `Int32 : A 32-bit integer, `Nil : A null value, `String : A string, `Struct : An association list of (name, value) pairs
Note that base64-encoding of `Binary values is done automatically.
|