%udd: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
User Defined Data is written either asynchronously with DP message [[WRITE_USER_DEF_DATA]] ($WUDD), or synchronously with EventHandler statement [[wudd]] | User Defined Data is written either asynchronously with DP message [[WRITE_USER_DEF_DATA]] ($WUDD), or synchronously with EventHandler statement [[wudd]] | ||
Read an UDD variable | |||
%UDD(index) : Command string macro to get value of User Defined Data. Text formatting parameters can be added at the end. | |||
Revision as of 14:19, 4 April 2008
%udd( , ) : Event_Handler macro - read User Defined Data
Format: %udd(index)
Returns the User Defined Data out of the location index.
User Defined Data is written either asynchronously with DP message WRITE_USER_DEF_DATA ($WUDD), or synchronously with EventHandler statement wudd
Read an UDD variable %UDD(index) : Command string macro to get value of User Defined Data. Text formatting parameters can be added at the end.
Back to Event_Handler#List_of_macros.
