Eclipse.org Eclipse.org
XML Attribute

format attribute

Device Kit Attributes Elements XML Reference

Specifies the numeric format base of data. For instance, if the hardware's specification are in hexadecimal format, this attribute should be set to "hex".

Attribute type:
"binary"
Specifies that the format is binary (0-1). Each binary digit defines a single bit of data.
"decimal"
Specifies that the format is decimal (0-9).
"hex"
Specifies that the format is hex (0-9, A-F). Each hex digit defines 4 bits of data.
"octal"
Specifies that the format is octal (0-7). Each octal digit defines 3 bits of data.


Copyright (c) IBM 2007. Device Kit XML Reference 1.0.0