Open blelump opened 2 years ago
Hey,
studying the table from section 4 carefully, I found the codes that would require some more explanation. I mean these ones:
-U## | Count of qualified Base64 groups or primitives in message data | 4 | 2 | 4 -V## | Count of total attached grouped material qualified Base64 4 char quadlets | 4 | 2 | 4 -W## | Count of total message data grouped material qualified Base64 4 char quadlets | 4 | 2 | 4 -X## | Count of total group message data plus attachments qualified Base64 4 char quadlets | 4 | 2 | 4 -Y## | Count of qualified Base64 groups or primitives in group. (context dependent) | 4 | 2 | 4 -Z## | Count of grouped material qualified Base64 4 char quadlets (context dependent) | 4 | 2 | 4
and probably some more given in lowercase:
-c## | Count of config traits (each trait is 4 char quadlet (configuration trait list) (c)
-U##
-F##
-A##
-B##
-V##
-W##
-X##
-Y##
-Z##
-c##
@SmithSamuelM bump
Hey,
studying the table from section 4 carefully, I found the codes that would require some more explanation. I mean these ones:
and probably some more given in lowercase:
-U##
count the amount of ie.-F##
groups? Is it a more generic version of-A##
,-B##
?-V##
be basically used at the beginning of the example given at the end of section 4 for framing?-W##
different to-V##
?-X##
different from the previous two?-Y##
different to-U##
?-Z##
different to-V##
?-c##
?