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

Signed Attribute

Defines if the number contains a signed value or not. Useful when parsing length data.

Examples:

To indicate this is an unsigned data element set the signed attribute equal to "false". The default is true.

<DataModel name="NumberExample3">
 <Number name="Hi5" value="5" size="32" signed="false"/>
</DataModel>