diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-BF4E220C-2388-517B-87D8-78AB1EA6382E.dita --- a/Symbian3/SDK/Source/GUID-BF4E220C-2388-517B-87D8-78AB1EA6382E.dita Wed Mar 31 11:11:55 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-BF4E220C-2388-517B-87D8-78AB1EA6382E.dita Fri Jun 11 12:39:03 2010 +0100 @@ -1,52 +1,52 @@ - - - - - -ArchitectureThis topic describes the Network Interface Manager (NifMan) architecture. -
NifMan Architecture

The following diagram outlines -the main components in the NifMan architecture:

- -

As shown, the NIFMAN configuration daemon architecture consists -of two parts:

    -
  • An ECom plug-in for -NIFMAN

    The ECom plug-in manages the interface between NIFMAN and the -configuration daemon. The ECom plug-in is referred to as the configuration -daemon manager.

  • -
  • The configuration daemon

    The -configuration daemon is a Symbian platform server that runs in -its own process. It does not run in the NIFMAN thread. Licensees can write -new configuration daemons.

  • -

The framework for configuration daemons support the following:

    -
  • Deregistration events

    Deregistration -events notify the daemon when the interface is shutting down. For Mobile IP, -the phone can deregister its foreign agent address with the home agent.

    Alternatively, -the daemon can instruct NIFMAN to maintain the logical state of a user session -and release the resources associated with the wireless connection. This is -called fast dormant mode.

  • -
  • Progress notifications

    Mobile -IP reports progress notifications when it registers and deregisters with the -foreign agent. The notifications are passed by NIFMAN to the sockets client -using RConnection::ProgressNotification(), for the current -interface.

  • -

The configuration daemon manager handles one outstanding daemon request -at a time. If a request is already being processed, NIFMAN queues a deregistration -request which is processed when the previous request is complete. Other types -of request are not queued. This permits the handling of the following scenarios:

    -
  • Deregistration notification -during registration.

  • -
  • Deregistration notification -during an Ioctl request.

  • -
  • Deregistration notification -when the daemon is being requested to enter fast dormant mode.

  • -
-
-What is Network -Interface Management (NifMan)? + + + + + +ArchitectureThis topic describes the Network Interface Manager (NifMan) architecture. +
NifMan Architecture

The following diagram outlines +the main components in the NifMan architecture:

+ +

As shown, the NIFMAN configuration daemon architecture consists +of two parts:

    +
  • An ECom plug-in for +NIFMAN

    The ECom plug-in manages the interface between NIFMAN and the +configuration daemon. The ECom plug-in is referred to as the configuration +daemon manager.

  • +
  • The configuration daemon

    The +configuration daemon is a Symbian platform server that runs in +its own process. It does not run in the NIFMAN thread. Licensees can write +new configuration daemons.

  • +

The framework for configuration daemons support the following:

    +
  • Deregistration events

    Deregistration +events notify the daemon when the interface is shutting down. For Mobile IP, +the phone can deregister its foreign agent address with the home agent.

    Alternatively, +the daemon can instruct NIFMAN to maintain the logical state of a user session +and release the resources associated with the wireless connection. This is +called fast dormant mode.

  • +
  • Progress notifications

    Mobile +IP reports progress notifications when it registers and deregisters with the +foreign agent. The notifications are passed by NIFMAN to the sockets client +using RConnection::ProgressNotification(), for the current +interface.

  • +

The configuration daemon manager handles one outstanding daemon request +at a time. If a request is already being processed, NIFMAN queues a deregistration +request which is processed when the previous request is complete. Other types +of request are not queued. This permits the handling of the following scenarios:

    +
  • Deregistration notification +during registration.

  • +
  • Deregistration notification +during an Ioctl request.

  • +
  • Deregistration notification +when the daemon is being requested to enter fast dormant mode.

  • +
+
+What is Network +Interface Management (NifMan)?
\ No newline at end of file