Difference between revisions of "User Defined Data - UDD"
From Zenitel Wiki
Line 4: | Line 4: | ||
'''Write to an UDD variable''': | '''Write to an UDD variable''': | ||
− | * Built-in action command [[wudd|WUDD]] | + | * Built-in action command: [[wudd|WUDD]] |
− | * Data command [[WRITE USER DEF DATA|$WUDD]] | + | * Data command: [[WRITE USER DEF DATA|$WUDD]] |
'''Read an UDD variable''': | '''Read an UDD variable''': | ||
* [[%udd]] | * [[%udd]] |
Revision as of 10:48, 4 April 2008
Event Handler scripts can have variables. The variables are called User Defined Data - UDD. A UDD is a 32-bit integer value. The content of a UDD survives reset.
There are 6000 variables. The Event Handler programmer can use the variables any way they want, but they must keep track of how the 6000 variables are used. It is not possible to give the variables names.
Write to an UDD variable:
Read an UDD variable: