Symbian3/SDK/Source/GUID-3EF88A1D-CCB6-5DE5-9CA6-F6E785A6898A.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     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-3EF88A1D-CCB6-5DE5-9CA6-F6E785A6898A" xml:lang="en"><title>Communications
       
    13 Framework Quick Start</title><shortdesc>This topic describes the activities that users can do to make use
       
    14 of the Communications Framework. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    15 <section id="GUID-DBF1C87D-7360-54B7-8658-B6659BF77F06-GENID-1-8-1-8-1-1-5-1-3-1"><title>Getting started
       
    16 with Communications Framework</title> <ul>
       
    17 <li id="GUID-2EF077BD-0194-5C6B-B4B6-A226A09DBA5D"><p>To manage communications
       
    18 connections and transfer data, use the client interfaces provided by the Sockets
       
    19 Server, together with additional interfaces that are provided by implementations
       
    20 of specific communications protocols. For example, to communicate over the
       
    21 TCP protocol, use the Sockets Server together with the Internet Sockets libraries
       
    22 provided by Networking Services. </p> </li>
       
    23 <li id="GUID-D57F54F9-8006-54E8-991B-C6180D53F00C"><p>To implement new communications
       
    24 protocols, implement plug-ins that conform to the Comms Architecture. </p> </li>
       
    25 <li id="GUID-7AC9CA5C-7138-5526-8CAE-B42B852B2F8C"><p>To configure the communications
       
    26 set up of a phone, use the Comms Database. </p> </li>
       
    27 <li id="GUID-CE7D99C4-7F70-58D1-8221-66BC71403C49"><p>To communicate over
       
    28 a serial port, such as RS232, and to access other communications protocols
       
    29 that can be used in a similar way, use the Serial Communications Server. </p> </li>
       
    30 </ul> </section>
       
    31 <section id="GUID-C0D0A389-FAEE-4077-9584-FE7A85E9572E"><title>Architecture</title> <p>The Communications Framework enables
       
    32 communication in mobile devices. It allows the devices to connect to networks,
       
    33 create and store network settings, manage memory used for communications,
       
    34 and send and receive data. </p> <p>The Communications Framework comprises
       
    35 the following collections: </p> <ul>
       
    36 <li id="GUID-E9C6BC79-01AD-53E4-8885-486D7B3E0CDB"><p> <b>Communications Process
       
    37 and Settings</b>  </p> <p>This collection contains the Comms Root Server and
       
    38 Comms Root Server Configurator components. For more information see <xref href="GUID-2FED5145-58E4-5560-8E52-6BD499EECE13.dita">Root Server</xref>. </p> </li>
       
    39 <li id="GUID-08F51E77-4EE3-580C-922D-16D366ADD559"><p> <b>Communications Configuration</b>  </p> <p>This
       
    40 collection contains the Comms Database. The Comms Database contains data about
       
    41 all of the settings in the communication framework. For more information about
       
    42 the Comms Database, see <xref href="GUID-BD971173-E009-58DA-AF9C-F4AAFF77B138.dita">Comms
       
    43 Database</xref>. </p> </li>
       
    44 <li id="GUID-E19E0A03-7B46-51FE-BDFC-0EB0F73F2896"><p> <b>Data Communications
       
    45 Server </b>  </p> <p>This collection contains the ESock Server and ESock Server
       
    46 Configurator components. For more information, see <xref href="GUID-2139B04C-6ED6-599B-A018-D92451B8353E.dita">Data
       
    47 Communications Server</xref>. </p> </li>
       
    48 <li id="GUID-2865D60A-BA76-5937-8A28-09316F5DF699"><p> <b>Communications Framework
       
    49 Utilities </b>  </p> <p>This collection contains the Comms framework, Comms
       
    50 Elements and MBuf Manager. For more information, see <xref href="GUID-12D1F61B-6BC6-5215-A832-E84C0F480765.dita">Communications
       
    51 Framework Utilities</xref>. </p> </li>
       
    52 <li id="GUID-23E59E44-9AC6-5EB4-886A-86549AD875BF"><p> <b>Serial Server and
       
    53 Serial Comms Server Plug-ins </b>  </p> <p>These collections contain the C32
       
    54 Serial Server and the C32 Serial Server and the Serial Port CSY. For more
       
    55 information, see <xref href="GUID-9B83CDD4-FC94-51A0-AC67-CD04BCAFEF08.dita">Serial
       
    56 Communications Server</xref>. </p> </li>
       
    57 </ul> <p>The following diagram outlines the Communication Framework collections
       
    58 and the components associated with each collection. </p> <fig id="GUID-201CB2BD-3398-57FA-B5D7-B38D1FFE77FD">
       
    59 <image href="GUID-5598B53F-2A6D-5813-913C-94B2AB36134E_d0e82591_href.png" placement="inline"/>
       
    60 </fig> </section>
       
    61 <section id="GUID-47666C49-F51E-4297-9222-6ABDD2FF32B8"><title>Technologies</title> <p>The Comms Framework defines the structure
       
    62 and operations of the communications protocol stack in Symbian platform,
       
    63 and allows applications to use the stack through a sockets type API. It defines
       
    64 the concepts, roles, and rules that govern the function of the stack, but
       
    65 does not itself implement specific protocols, such as TCP/IP, in that stack. </p> <p>This
       
    66 section describes the key features and technologies implemented by the Communications
       
    67 Framework. </p> <ul>
       
    68 <li id="GUID-2141A1D6-D3F8-5AA8-AE2A-1E6EAC715E04"><p> <b>Comms Database</b>  </p> <p>The
       
    69 Comms database comprises a series of tables which are used to store communications
       
    70 settings. Each table is made up of a set of records. These records are in
       
    71 turn made up of a series of fields. A field is the basic unit of information
       
    72 in the Comms Database. For more information, see <xref href="GUID-BD971173-E009-58DA-AF9C-F4AAFF77B138.dita">Comms
       
    73 Database</xref>. </p> </li>
       
    74 <li id="GUID-64F701EE-FDC3-54EE-A1CB-19B9448F2DA0"><p> <b>Root Server</b>  </p> <p>Root
       
    75 Server manages the process in which all Communications Servers are loaded.
       
    76 The process is called <i>C32exe</i> and is also known as <i>C32</i>. For more
       
    77 information, see <xref href="GUID-236D3822-13C3-5AD8-B0FB-C28732E17CF7.dita">What
       
    78 is Root Server and the C32exe Process?</xref>. </p> </li>
       
    79 <li id="GUID-9299C35C-4EBD-534F-9B72-813D7D6EF981"><p> <b>ESock Server</b>  </p> <p>ESock
       
    80 Server provides a generic interface to communications protocols through communication
       
    81 end points known as sockets. They provide a generic interface to network level
       
    82 communications protocols for common operations involved in network computing.
       
    83 These include sending data, receiving data, establishing connections, and
       
    84 configuring network protocols. </p> </li>
       
    85 <li id="GUID-B2449768-EC88-5FFE-9AA2-017FDCBACF50"><p> <b>Network Interface
       
    86 Manager</b>  </p> <p>The Network Interface Manager (NifMan) creates and manages
       
    87 network interfaces. The Network interfaces enable the devices to connect to
       
    88 networks. For more information about NifMan, see <xref href="GUID-31371091-A28D-5203-BE6A-0F182F99582D.dita">Network
       
    89 Interface Manager (NifMan)</xref>. </p> </li>
       
    90 <li id="GUID-3E3E2DFC-12A2-5E56-B5AC-D1A7B4C73DC1"><p> <b>MBufManager</b>  </p> <p>An
       
    91 MBuf is part of the implementation of a buffer in the Comms Architecture and
       
    92 represents a section of memory. The Communications framework creates a MBufs
       
    93 when the device starts. The MBufManager provides memory management for the
       
    94 Comms processes. For more information about buffers and MBufs, see <xref href="GUID-A248C2C0-5F64-5484-85B2-57C86E3499E1.dita">Memory
       
    95 Management</xref>. </p> </li>
       
    96 <li id="GUID-C359C51A-2A1A-596C-9492-490FD97A4D91"><p> <b>C32 Serial Server</b>  </p> <p>The
       
    97 Serial Communications Server provides a public API to access the serial ports
       
    98 of the device. It provides functionality such as timeouts and port sharing
       
    99 for all Serial Protocol Modules. For more information, see the <xref href="GUID-6C7B7778-9B2E-5D8C-B2D8-74AC1DEEDF61.dita">Serial
       
   100 Communications Server</xref>. </p> </li>
       
   101 </ul> </section>
       
   102 </conbody></concept>