Modem.close
From ComputerCraft Wiki
Revision as of 05:30, 7 August 2013 by Iownall555 (Talk | contribs) (Created page with "{{Function |name=modem.close |args={{type|int}} channel |api=Modem |addon=ComputerCraft |desc=Closes the specified channel. |examples= {{Example |desc=Closes the specified ch...")
Function modem.close | |
Closes the specified channel. | |
Syntax | modem.close(int channel) |
Returns | nil |
Part of | ComputerCraft |
API | Modem |
Examples
Example | |
Closes the specified channel. | |
Code |
modem.close(1) |