Eclipse.org Eclipse.org format Device Kit

XML Attribute 

format attribute

Device Kit Attributes Elements XML Reference

Specifies the numeric format base of data. For instance, if the protocol''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) 2009 IBM. See license in Legal section. Device Kit XML Reference 1.2.0