From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7e490a18b9688bd9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.47.201 with SMTP id f9mr436611pbn.16.1316119243843; Thu, 15 Sep 2011 13:40:43 -0700 (PDT) Path: m9ni7023pbd.0!nntp.google.com!news1.google.com!postnews.google.com!o15g2000vbe.googlegroups.com!not-for-mail From: Alexander Korolev Newsgroups: comp.lang.ada Subject: Re: Stream_Element_Array Date: Thu, 15 Sep 2011 13:34:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <631f3859-8118-4f4c-a684-152ee5f589bf@o15g2000vbe.googlegroups.com> References: <1e6rw4vto3ldb.i8d7fxixapx4.dlg@40tude.net> <28u4e86fk8gn$.ialexttobgr0$.dlg@40tude.net> <276b8d0a-5b3c-4559-a275-98620657cc2f@s30g2000pri.googlegroups.com> <01c12338-e9f8-49ab-863d-c8282be3875e@g31g2000yqh.googlegroups.com> <1esmml9qftomp.vihelaijmcar$.dlg@40tude.net> <02671fc7-5c38-42dc-8017-529f6dead8fd@j19g2000yqc.googlegroups.com> NNTP-Posting-Host: 96.49.119.210 Mime-Version: 1.0 X-Trace: posting.google.com 1316119243 28767 127.0.0.1 (15 Sep 2011 20:40:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 15 Sep 2011 20:40:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o15g2000vbe.googlegroups.com; posting-host=96.49.119.210; posting-account=9aAl4woAAACPkuvNJOQxyBXxG_5lfu_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; ru-ru) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5,gzip(gfe) Xref: news1.google.com comp.lang.ada:17979 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-09-15T13:34:35-07:00 List-Id: On Sep 16, 12:11=A0am, Simon Wright wrote: > Alexander Korolev writes: > > My confusion is about the order of the Stream_Element for the cases I > > posted > > That has to depend on what the thing at the other end is expecting! > > If there's no proper specification, do you maybe have some C code that > we could help to work it out from? It expecting 2 byte Lenth: |192|lenght (MSB)|Lenth (LSB)|Data| checksum| " The message length is a 2-byte field (MSB) equal to the size of the data field and checksum before byte stuffing has been executed" - from the doc