Actions

Difference between revisions of "%udd"

From Zenitel Wiki

(New page: %udd( , ) : Event_Handler macro - read User Defined Data Format: '''%udd(index)''' Returns the User Defined Data out of the location ''index''. User Defined...)
 
Line 11: Line 11:
  
 
Back to [[Event_Handler#List_of_macros]].
 
Back to [[Event_Handler#List_of_macros]].
 +
 +
[[Category:Event Handler]]

Revision as of 16:53, 17 August 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, or with synchronously with EventHandler statement wudd

Back to Event_Handler#List_of_macros.