Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: in6_if.h

Class TSoIfInfo6

class TSoIfInfo6 : public TSoIfInfo;

Description

Extends the TSoIfInfo for the receive MTU.

The IPv6 capable interfaces must support this control option. The usage template in the stack is:

    CNifIfBase *iNif;
    ...
    TPckgBuf<TSoIfInfo6> ifProp;
    TInt err = iNif->Control(KSOLInterface, KSoIfInfo6, ifProp);

For the IPv4 interfaces, only the plain TSoIfInfo is used.

    CNifIfBase *iNif;
    ...
    TPckgBuf<TSoIfInfo> ifProp;
    TInt err = iNif->Control(KSOLInterface, KSoIfInfo, ifProp);

Derivation

Members

Defined in TSoIfInfo6:
iRMtu


Member data


iRMtu

TInt iRMtu;

Description

Maximum transmission unit for receiving.