id attribute
Specifies the ID of another parameter that contains the parameter length.
Content Type
Parent
Remarks
If LengthType is "other param", then this attribute has to contain the ID of the "other" parameter that contains the parameter length.
If LengthType is "next param", then this attribute has to contain the ID of the parameter in the serial response until which the data will be read and stored in the "next param".
In the following example, SLPort will read the variable data until it reaches the trailer and store it in "next param". The CRC will not be included. The format of the incoming data:
Header|Bus|Fixed Param|Next Param|CRC|Trailer
Length definition of the variable data:
<LengthType id="4">next param</LengthType>