Tag |
Description |
<name>
Type: String
Cardinality: once
|
Name of board for reference
This name is used as reference in element configurations or explicit configuration like in <spdrs60.Aussentasten> configuration
|
<address>
Type: Integer
Cardinality: optional [0..1]
|
Decimal address of the board
You must either give the address explicitly with this tag or by giving an x and y coordinate
Example
A board with explict address 4711 to be referenced as 'extra'.
<spdrs60.s60v2>
<name>extra</name>
<address>4711</address>
</spdrs60.s60v2>
|
<x>
Type: Integer
Cardinality: optional [0..1]
|
Address by coordinate: X coordinate
Gives the most significant byte of the address
|
<y>
Type: Integer
Cardinality: optional [0..1]
|
Address by coordinate: Y coordinate
Gives the least significant byte of the address
|