Difference between revisions of "NETIO Lua Reference"

From wiki.netio-products.com
Jump to navigation Jump to search
(Socket Communication)
(Miscellaneous)
Line 24: Line 24:
  
 
== Miscellaneous ==
 
== Miscellaneous ==
* function [[Function log()|log()]] -  
+
* function [[Function log()|log()]] - insert a record to the socket's event log
* function [[Function logf()|logf()]] -  
+
* function [[Function logf()|logf()]] - insert a formated record (incl. numbers) to the socket's event log
 
* function [[Function delay()|delay()]] -  
 
* function [[Function delay()|delay()]] -  
 
* function [[Function milliDelay()|milliDelay()]] -  
 
* function [[Function milliDelay()|milliDelay()]] -  
 
* function [[Function toboolean()|toboolean()]] -
 
* function [[Function toboolean()|toboolean()]] -

Revision as of 18:36, 18 April 2017

Outlet Management

devices.system

Socket System Management

devices.system

Socket Communication

Miscellaneous

  • function log() - insert a record to the socket's event log
  • function logf() - insert a formated record (incl. numbers) to the socket's event log
  • function delay() -
  • function milliDelay() -
  • function toboolean() -