Modem.transmit

From ComputerCraft Wiki
Revision as of 09:41, 25 March 2014 by Oeed (Talk | contribs) (Categorised page)

Jump to: navigation, search
Grid Redstone.png  Function modem.transmit
Sends a message and a reply channel over the specified channel.
Syntax modem.transmit(int channel, int replyChannel, string message)
Returns nil
Part of ComputerCraft
API Modem

Examples

Grid paper.png  Example
Sends a message and a reply channel over the specified channel.
Code
modem.transmit(1, 2, "Hello world!")