Modem.isOpen

From ComputerCraft Wiki
Revision as of 05:46, 7 August 2013 by Iownall555 (Talk | contribs) (Adjusted the args data type)

Jump to: navigation, search
Grid Redstone.png  Function modem.isOpen
Checks whether or not a certain channel is open.
Syntax modem.isOpen(int channel)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Checks whether the computer is listening on this channel.
Code
modem.isOpen(1)