Modem.closeAll

From ComputerCraft Wiki
Revision as of 05:34, 7 August 2013 by Iownall555 (Talk | contribs) (Created page with "{{Function |name=modem.closeAll |api=Modem |addon=ComputerCraft |desc=Closes all channels on the modem. |examples= {{Example |desc=Closes all channels on the modem. |code=mod...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()