<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Modem.getTypeRemote</id>
		<title>Modem.getTypeRemote - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Modem.getTypeRemote"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Modem.getTypeRemote&amp;action=history"/>
		<updated>2026-07-11T09:46:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Modem.getTypeRemote&amp;diff=7371&amp;oldid=prev</id>
		<title>Bomb Bloke: Created page with &quot;{{lowercase}} {{Function |name=''modem''.getTypeRemote |args={{type|string}} peripheralName |returns={{type|string}} peripheralType |api=Modem |addon=ComputerCraft |desc=Retur...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Modem.getTypeRemote&amp;diff=7371&amp;oldid=prev"/>
				<updated>2016-01-10T01:07:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{lowercase}} {{Function |name=&amp;#039;&amp;#039;modem&amp;#039;&amp;#039;.getTypeRemote |args={{type|string}} peripheralName |returns={{type|string}} peripheralType |api=Modem |addon=ComputerCraft |desc=Retur...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=''modem''.getTypeRemote&lt;br /&gt;
|args={{type|string}} peripheralName&lt;br /&gt;
|returns={{type|string}} peripheralType&lt;br /&gt;
|api=Modem&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the type of peripheral that's connected to the [[Wired Modem]], under the specified network name. Note that [[peripheral.getType]]() can do exactly the same thing for ALL peripherals which are attached to the system, through modems or otherwise.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Prints the type of the first peripheral detected through the modem.&lt;br /&gt;
|code=local modem = [[peripheral.wrap]](&amp;quot;left&amp;quot;)  -- Or whatever side the modem is connected to.&lt;br /&gt;
 &lt;br /&gt;
 print( modem.getTypeRemote( [[modem.getNamesRemote]]()[1] or &amp;quot;none&amp;quot;) )&lt;br /&gt;
|output=Either &amp;quot;[[computer]]&amp;quot;, &amp;quot;[[Disk Drive|drive]]&amp;quot;, &amp;quot;[[monitor]]&amp;quot;, &amp;quot;[[printer]]&amp;quot;, or nothing if nothing is connected.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Bomb Bloke</name></author>	</entry>

	</feed>