What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

AsInt16Transformer

The AsInt16Transformer will transform the size of a number to an integer of 16 bits.

Examples

<DataModel name="Ex1">
        <Number name="TransformMe" size="32" value="41 42 43 44" valueType="hex">
                <Transformer class="AsInt16"/>
        </Number>
</DataModel>