equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-C98DF912-A903-4FDB-B27A-CC8E75E3E40F" xml:lang="en"><title>The |
|
13 Logical Channel</title><shortdesc>This document describes how device driver code is accessed through |
|
14 a logical channel.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <section id="GUID-62823FF9-984A-4A28-9E8E-98C7033C34B9"> |
|
16 <p>All interaction between user code and the driver code takes place |
|
17 through a logical channel. On the user side, a channel is encapsulated by |
|
18 a <codeph>RBusLogicalChannel</codeph> derived class; on the Kernel side, a |
|
19 channel is encapsulated by a <codeph>DLogicalChannelBase</codeph> or a <codeph>DLogicalChannel</codeph> derived |
|
20 class, constructed by the <codeph>DLogicalDevice</codeph> factory object. </p> <fig id="GUID-E27A3A17-366D-5551-A26E-FC8E0853D72A"> |
|
21 <title> Device driver logical channel classes |
|
22 </title> |
|
23 <image href="GUID-F4E04E00-D9C6-5E8F-9EC6-F90BC951D4D0_d0e63912_href.png" placement="inline"/> |
|
24 </fig> </section> |
|
25 </conbody></concept> |