rednet.open
From ComputerCraft Wiki
Function rednet.open | |
Tells the computer that the side can be used for networking. | |
Syntax | rednet.open(string side ("left","right","front","back","bottom","top")) |
Returns | nil |
Part of | ComputerCraft |
API | rednet |
Examples
Example | |
Tells the computer that the side can be used for networking. | |
Code |
rednet.open( "left" ) |