From c1a0b0a3da6e716ca2cbc916b8cbe24d30e9f160 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 20 Apr 2014 14:25:58 -0700 Subject: [PATCH] Updated Component Abstract Bus (markdown) --- Component-Abstract-Bus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Component-Abstract-Bus.md b/Component-Abstract-Bus.md index 4fc0ce9..9c9e091 100644 --- a/Component-Abstract-Bus.md +++ b/Component-Abstract-Bus.md @@ -18,8 +18,8 @@ Callbacks: - `maxPacketSize(): number` Returns the maximum size a packet can be sent over the bus. -The abstract bus generates a signal named `bus_message` if a message is received. The values are; -`protocol id: number, sender address: number, target address: number, data: table, metadata: table` +The abstract bus generates a signal named `bus_message` if a message is received. +The values are: `protocol id: number, sender address: number, target address: number, data: table, metadata: table` - `protocol id` is the protocol version that was used. - `sender address` is the address of the device sending the message - `target address` is the address of the device that the messages was intended for (-1 for network broadcasts)