Modem.close

From ComputerCraft Wiki
Revision as of 09:41, 25 March 2014 by Oeed (Talk | contribs) (Categorised page)

Jump to: navigation, search
Grid Redstone.png  Function modem.close
Closes the specified channel.
Syntax modem.close(int channel)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Closes the specified channel.
Code
modem.close(1)