Difference between revisions of "DCE Binary Communication Protocol"
From LinuxMCE
(→Introduction) |
|||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
+ | |||
+ | A device can create a command connection and one or more event connections to the router. | ||
+ | The command connection is used as an incoming connection and device will use it to receive message from the router (commands). | ||
+ | An event connection is used by the device as an outgoing connection to notify the router about events or the deliver commands to other devices. | ||
+ | |||
== How to create an event connection == | == How to create an event connection == | ||
== How to create a command connection == | == How to create a command connection == |
Revision as of 13:38, 16 May 2007
Contents
Introduction
A device can create a command connection and one or more event connections to the router. The command connection is used as an incoming connection and device will use it to receive message from the router (commands). An event connection is used by the device as an outgoing connection to notify the router about events or the deliver commands to other devices.