Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



NifMan Overview


Purpose

Allows an application to monitor network connections.

[Top]


Architectural relationships

When a network protocol has no route available to some destination machine or network, the system uses NifMan to start up an appropriate network interface.

NifMan itself uses a client/server architecture. The server defines a plug-in architecture for agents that establish such interfaces. The standard agent provided is the Generic Agent API, which enables the use of dial-up networking.

[Top]


Description

The client interface passes application requests to monitor a connection to the NifMan server for processing. It is provided by RNif. Progress information is returned in TNifProgress objects.

[Top]


See also

Client/Server Overview

Generic Agent Overview