Eclipse.org Eclipse.org type Device Kit

XML Attribute 

type attribute

Device Kit Attributes Elements XML Reference

Required. The type of the custom variable.

Attribute type:
"boolean"
Specifies that the custom type as boolean.
"boolean[]"
New Specifies that the custom type as boolean array.
"byte"
New Specifies that the custom type as byte (8 bits).
"byte[]"
New Specifies that the custom type as byte array (8 bits each).
"char"
New Specifies that the custom type as char (16 bits).
"char[]"
New Specifies that the custom type as char array (16 bits each).
"double"
New Specifies that the custom data is a double (Double).
"double[]"
New Specifies that the custom data is a double array.
"float"
New Specifies that the custom data is a float (Float).
"float[]"
New Specifies that the custom data is a float array.
"int"
Specifies that the custom type as int (32 bits).
"int[]"
New Specifies that the custom type as int array (32 bits each).
"long"
Specifies that the custom type as long (64 bits).
"long[]"
New Specifies that the custom type as long array (64 bits each).
"short"
New Specifies that the custom type as short (16 bits).
"short[]"
New Specifies that the custom type as short array (16 bits each).
"String"
Specifies that the custom type as String.


Copyright (c) 2009 IBM. See license in Legal section. Device Kit XML Reference 1.2.0