Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: in_sock.h

Enum TIfStatus

TIfStatus

Description

Describes the state of an interface.

It is used as a data member of TSoInetInterfaceInfo.

Note: This enumeration is supported only because of backward compatibility. The real interface state uses the system error codes directly. The interface is either up (KErrNone) or down because of some error condition (state is one of the system wide error codes indicating the reason for the down state).

EIfPending

The interface has been initiated, but is not yet available.

EIfUp

The interface is up and available.

EIfBusy

The interface is up, but flowed off.

EIfDown

The interface is down.