|  Developer
Updated on November 14, 2021

close()

  • Close a connection handle. Implementation has to free all associated resources.
Edit
  • params: hndl (int).
  • return: nothing
Edit
				
					require "network"

hndl = network.connect( {} )
network.close( hndl )