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