%udd: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
Returns the User Defined Data out of the location ''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]], or with synchronously with EventHandler statement [[wudd]] | User Defined Data is written either asynchronously with DP message [[WRITE_USER_DEF_DATA]] ($WUDD), or with synchronously with EventHandler statement [[wudd]] | ||
<p> | <p> | ||
Revision as of 23:33, 4 November 2007
%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 with synchronously with EventHandler statement wudd
Back to Event_Handler#List_of_macros.
