custom Layer
Last updated
Was this helpful?
Last updated
Was this helpful?
The <custom> layer represent any other protocol specific layer, functionality of which cannot be impelemented using other provided layers. The code generator must allow injection of the externally implemented code of the layer functionality when generating code relevant to the transport .
The <value> layer has all the properties as well as extra properties and elements described below.
Most protocol frames are expected to use layer to process numeric ID of the message. However, there are protocols that may use the same field not only for numeric ID, but also for some extra flags. In this case layer cannot be used, because it expects the whole field to be dedicated to storage of the numeric ID. In such case <custom> layer needs to be used but marked as one replacing the with idReplacement .
Use for future references.