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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Grid Redstone.png  Function modem.close
Closes the specified channel.
Syntax modem.close(int channel)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Closes the specified channel.
Code
modem.close(1)