TSoIfInfo6 Class Reference
class TSoIfInfo6 : public TSoIfInfo |
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);
- Since
- v7.0
Member Data Documentation
TInt
iRMtu
Maximum transmission unit for receiving.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.