Symbian3/PDK/Source/GUID-9920FF2F-DF64-55DD-B824-2BEE6215EFF2.dita
changeset 5 f345bda72bc4
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
       
     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-9920FF2F-DF64-55DD-B824-2BEE6215EFF2" xml:lang="en"><title> Category:
       
    13 Protocol Panic</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The Sockets Server gives a "Protocol panic" when it finds incorrect protocol
       
    15 module behavior.</p>
       
    16 <table id="GUID-37F98D66-85AA-529D-8552-B5C10578467E">
       
    17 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    18 <tbody>
       
    19 <row>
       
    20 <entry><p>0</p> </entry>
       
    21 <entry><p>An unknown request completed</p> </entry>
       
    22 </row>
       
    23 <row>
       
    24 <entry><p>1</p> </entry>
       
    25 <entry><p>Protocol completed a connect request unexpectedly</p> </entry>
       
    26 </row>
       
    27 <row>
       
    28 <entry><p>2</p> </entry>
       
    29 <entry><p>Unused</p> </entry>
       
    30 </row>
       
    31 <row>
       
    32 <entry><p>3</p> </entry>
       
    33 <entry><p>Protocol completed a connect with data request unexpectedly</p> </entry>
       
    34 </row>
       
    35 <row>
       
    36 <entry><p>4</p> </entry>
       
    37 <entry><p>Protocol completed a shutdown with data request unexpectedly</p> </entry>
       
    38 </row>
       
    39 <row>
       
    40 <entry><p>5</p> </entry>
       
    41 <entry><p><xref href="GUID-3933EEEC-176A-328E-BEC5-4BDCE9145722.dita#GUID-3933EEEC-176A-328E-BEC5-4BDCE9145722/GUID-B1F59479-EEE0-3207-BBE3-F344750F7BE3"><apiname>CProtocolFamilyBase::Remove()</apiname></xref> failed</p> </entry>
       
    42 </row>
       
    43 <row>
       
    44 <entry><p>6</p> </entry>
       
    45 <entry><p>Protocol made incorrect call to the server through a <xref href="GUID-28B024F3-5B5E-37A4-A0B8-267C1EDA5339.dita"><apiname>MSocketNotify</apiname></xref> function</p> </entry>
       
    46 </row>
       
    47 <row>
       
    48 <entry><p>7</p> </entry>
       
    49 <entry><p>Protocol made call to <xref href="GUID-28B024F3-5B5E-37A4-A0B8-267C1EDA5339.dita"><apiname>NewDataL</apiname></xref> with
       
    50 bad <codeph>aCount</codeph> value</p> </entry>
       
    51 </row>
       
    52 <row>
       
    53 <entry><p>8</p> </entry>
       
    54 <entry><p>Unused</p> </entry>
       
    55 </row>
       
    56 <row>
       
    57 <entry><p>9</p> </entry>
       
    58 <entry><p>Protocol made call to <xref href="GUID-28B024F3-5B5E-37A4-A0B8-267C1EDA5339.dita"><apiname>DisConnect</apiname></xref> with
       
    59 connectionless socket</p> </entry>
       
    60 </row>
       
    61 <row>
       
    62 <entry><p>10</p> </entry>
       
    63 <entry><p>Server could not get expected received data from protocol</p> </entry>
       
    64 </row>
       
    65 <row>
       
    66 <entry><p>11</p> </entry>
       
    67 <entry><p>Protocol has returned an invalid <codeph>TServerProtocolDesc</codeph> </p> </entry>
       
    68 </row>
       
    69 <row>
       
    70 <entry><p>12</p> </entry>
       
    71 <entry><p>Protocol has not implemented <xref href="GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F.dita#GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F/GUID-0EA15648-04A6-38CC-A94C-A36B39CED745"><apiname>CProtocolBase::Error()</apiname></xref> </p> </entry>
       
    72 </row>
       
    73 <row>
       
    74 <entry><p>13</p> </entry>
       
    75 <entry><p>Protocol has not implemented descriptor-overload of <xref href="GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F.dita#GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F/GUID-6562F851-B70D-3C3D-851D-C37B19DA5BBC"><apiname>CProtocolBase::Process()</apiname></xref></p> </entry>
       
    76 </row>
       
    77 <row>
       
    78 <entry><p>14</p> </entry>
       
    79 <entry><p>Protocol has not implemented <codeph>RMBufChain</codeph> -overload <codeph>CProtocolBase::Process()</codeph> </p> </entry>
       
    80 </row>
       
    81 <row>
       
    82 <entry><p>15</p> </entry>
       
    83 <entry><p>Protocol has not implemented descriptor-overload of<xref href="GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F.dita#GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F/GUID-5169405B-1C1A-31FE-B849-8A74D43CA67C"><apiname>CProtocolBase::Send()</apiname></xref> </p> </entry>
       
    84 </row>
       
    85 <row>
       
    86 <entry><p>16</p> </entry>
       
    87 <entry><p>Protocol has not implemented <codeph>RMBufChain</codeph> -overload <codeph>CProtocolBase::Send()</codeph> </p> </entry>
       
    88 </row>
       
    89 <row>
       
    90 <entry><p>17</p> </entry>
       
    91 <entry><p>Protocol has not implemented <xref href="GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F.dita#GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F/GUID-75D5380C-407E-3E64-9951-735D8C2A9136"><apiname>CProtocolBase::BindToL()</apiname></xref> </p> </entry>
       
    92 </row>
       
    93 <row>
       
    94 <entry><p>18</p> </entry>
       
    95 <entry><p>Protocol has not implemented <xref href="GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F.dita#GUID-C8DA9E1C-33A6-33B3-8D75-6B5F6F3BA20F/GUID-D1F0E49B-DC41-3AD9-BDAF-9558D815DCEA"><apiname>CProtocolBase::BindL()</apiname></xref> </p> </entry>
       
    96 </row>
       
    97 <row>
       
    98 <entry><p>19</p> </entry>
       
    99 <entry><p>Protocol made call to <xref href="GUID-28B024F3-5B5E-37A4-A0B8-267C1EDA5339.dita#GUID-28B024F3-5B5E-37A4-A0B8-267C1EDA5339/GUID-72CF3255-2F2E-3A5C-A3C5-40061A7959E2"><apiname>MSocketNotify::ConnectComplete()</apiname></xref> on
       
   100 non-listening socket</p> </entry>
       
   101 </row>
       
   102 <row>
       
   103 <entry><p>20</p> </entry>
       
   104 <entry><p>Protocol made call to <codeph>MSocketNotify::ConnectComplete()</codeph> when
       
   105 server has accepted maximum number of sockets</p> </entry>
       
   106 </row>
       
   107 </tbody>
       
   108 </tgroup>
       
   109 </table></conbody></concept>