Difference between revisions of "Function devices.system.Reboot()"

From wiki.netio-products.com
Jump to navigation Jump to search
(Založena nová stránka s textem „{{DISPLAYTITLE:function devices.system.Reboot()}} Reboots the socket nil devices.system.Reboot() === Return Value === nil === Usage === -- reboot the…“)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:function devices.system.Reboot()}}
 
{{DISPLAYTITLE:function devices.system.Reboot()}}
Reboots the socket
+
Reboots the socket. Note the capital 'R'.
  
 
  nil devices.system.Reboot()
 
  nil devices.system.Reboot()

Revision as of 00:45, 16 April 2017

Reboots the socket. Note the capital 'R'.

nil devices.system.Reboot()

Return Value

nil

Usage

-- reboot the socket
devices.system.Reboot()