Difference between revisions of "%gnv"
From Zenitel Wiki
(New page: Returns the value of the NVRAM-parameter, of which the address is specified in between () (as from AMC 9.05). * %GNV(1,3,54) returns the value of 'ex_profile.timeouts.th_conn_length' in A...) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
Returns the value of the NVRAM-parameter, of which the address is specified in between () (as from AMC 9.05). | Returns the value of the NVRAM-parameter, of which the address is specified in between () (as from AMC 9.05). | ||
Line 4: | Line 5: | ||
* Note that the address can be different in different AMC software versions. | * Note that the address can be different in different AMC software versions. | ||
+ | Also see [[SNV]]. | ||
Back to [[Event_Handler#List_of_macros]]. | Back to [[Event_Handler#List_of_macros]]. | ||
+ | |||
+ | [[Category:Event Handler macros]] | ||
+ | [[Category:Event Handler]] |
Latest revision as of 08:47, 4 October 2019
Returns the value of the NVRAM-parameter, of which the address is specified in between () (as from AMC 9.05).
- %GNV(1,3,54) returns the value of 'ex_profile.timeouts.th_conn_length' in AMC 9.05.
- Note that the address can be different in different AMC software versions.
Also see SNV.
Back to Event_Handler#List_of_macros.