rednet.unhost
From ComputerCraft Wiki
Revision as of 11:33, 5 June 2014 by Bomb Bloke (Talk | contribs)
![]() | |
Assuming the system was previously registered on the rednet network as using the given protocol under the given name, it'll no longer respond to rednet.lookup() requests under that combination until it's rednet.host()ed again. | |
Syntax | rednet.unhost(string protocol, string hostname) |
Returns | Nothing |
Part of | ComputerCraft |
API | rednet |
Examples
![]() | |
De-registers the system as using the protocol "futonFolderComs" under the hostname "futonFolderServer". | |
Code |
rednet.unhost("futonFolderComs","futonFolderServer") |
![]() |
---|
rednet.open - rednet.close - rednet.send - rednet.broadcast - rednet.receive - rednet.isOpen - rednet.host - rednet.unhost - rednet.lookup |