Skip to main content

Function Syntax

Method Syntax

Description

Retrieves the position of a parameter in its primitive. The parameter may be located in a specific iteration in the primitive (forms 4-6) or in the response stored for a request (forms 3 and 6).

Parameters

  • request, response: Object in which the parameters are located.
  • parameterPath: Path of the parameter in the primitive (forms 1-3).
  • complexParam: Complex parameter (forms 4-6).
  • iteration: Iteration within the complex parameter that is referenced (forms 4-6).
  • leafParameter: Leaf parameter within the referenced iteration in the complex parameter (forms 4-6).
  • bytePosOut: Returns the position of the first byte of the parameter in the primitive.
  • bitPosOut: Returns the number of the bit in the first byte where the parameter starts.
  • bitConsumptionOut: Returns the length of the parameter in bits.

Return Values

Example