Pseudo generic interface

DSL in general has to views on its data: An internal database representation and a device interface representation. The DLS Api provides some methods which directly allow to modify such data, e.g. the 'e164ModifyKeyLayout' method. To modify such a data the DLS Api client has to create an attribute instance containing the data name and the data value. These names and values always must coincide with the device interface representation of the data. Therefore, the device interface documentation can be checked in order to find out which attribute names and values are allowed in which context.

For more details and an example refer to method 'e164ModifyKeyLayout'. Moreover, for key layout attributes a complete attribute description is supplied with this documentation: see Device descriptions and their respective key layouts.