From 0dc5dc4326eb9f5e8fe300e8c61343343aa3ac31 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 14 Apr 2014 11:36:24 -0700 Subject: [PATCH] Updated Component Modem (markdown) --- Component-Modem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Component-Modem.md b/Component-Modem.md index 7c3e953..1acb95a 100644 --- a/Component-Modem.md +++ b/Component-Modem.md @@ -5,7 +5,7 @@ Callbacks: - `isWireless(): boolean` Returns whether this modem is capable of sending wireless messages. - `maxPacketSize(): number` - Returns the maximum packet size for sending messages via network cards. Defaults to 8192. You can change this in the OpenComputer configuration file. + Returns the maximum packet size for sending messages via network cards. Defaults to 8192. You can change this in the OpenComputers configuration file. - `isOpen(port: number): boolean` Returns whether the specified "port" is currently being listened on. Messages only trigger signals when they arrive on a port that is open. - `open(port: number): boolean`