diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-C98DF912-A903-4FDB-B27A-CC8E75E3E40F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-C98DF912-A903-4FDB-B27A-CC8E75E3E40F.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,25 @@ + + + + + +The +Logical ChannelThis document describes how device driver code is accessed through +a logical channel. +
+

All interaction between user code and the driver code takes place +through a logical channel. On the user side, a channel is encapsulated by +a RBusLogicalChannel derived class; on the Kernel side, a +channel is encapsulated by a DLogicalChannelBase or a DLogicalChannel derived +class, constructed by the DLogicalDevice factory object.

+ Device driver logical channel classes + + +
+
\ No newline at end of file