rednet.close

From ComputerCraft Wiki
Revision as of 18:36, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:APIFunctions)

Jump to: navigation, search


Grid Redstone.png  Function rednet.close
Tells the computer that the side can no longer be used for networking.
Syntax rednet.close(string side ("left", "right", "top", "bottom", "front", "back"))
Returns nil
Part of ComputerCraft
API rednet

Examples

Grid paper.png  Example
Tells the computer that the side can no longer be used for networking.
Code
rednet.close( "left" )