Javascript Engine

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "* atoh hex_str = Engine.atoh(b64_str[,hex_sep[,hex_upcase]]) * atoi b64_str = Engine.htoa(hex_str[,line_len[,add_eol]])")
 
Line 1: Line 1:
 
* atoh
 
* atoh
hex_str = Engine.atoh(b64_str[,hex_sep[,hex_upcase]])
+
hex_str = Engine.atoh(b64_str[,hex_sep[,hex_upcase]])
  
 
* atoi
 
* atoi
b64_str = Engine.htoa(hex_str[,line_len[,add_eol]])
+
b64_str = Engine.htoa(hex_str[,line_len[,add_eol]])

Revision as of 13:10, 24 April 2014

  • atoh
hex_str = Engine.atoh(b64_str[,hex_sep[,hex_upcase]])
  • atoi
b64_str = Engine.htoa(hex_str[,line_len[,add_eol]])
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers