Difference between revisions of "Modem.close"
From ComputerCraft Wiki
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...") |
(Categorised page) |
||
Line 11: | Line 11: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 09:41, 25 March 2014
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) |