Modem.closeAll

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.closeAll
Closes all channels on the modem.
Syntax modem.closeAll()
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Closes all channels on the modem.
Code
modem.closeAll()