Value element
In case of a parameter with a fixed length and a fixed value, set the Protocol.Params.Param.Interprete.LengthType tag to “fixed” and use this Value tag to specify the fixed value.
Type
string
Parent
Examples
<Interprete>
...
<LengthType>fixed</LengthType>
<Value>abc</Value>
...
</Interprete>