TSoInetRouteInfo Class Reference

#include <in_sock.h>

Link against: insock.lib

class TSoInetRouteInfo

Detailed Description

Route information structure.

Used with route options:

IPv4 addresses are returned as IPv4-mapped IPv6 addresses qualified with appropriate scope id (Symbian OS 7.0 and later).

Member Attribute Documentation

iDstAddr

TInetAddr iDstAddr

IP address of the destination network or host.

iGateway

TInetAddr iGateway

IP address of the gateway, or link-layer address for neighbour cache entries

iIfAddr

TInetAddr iIfAddr

IP address of the interface used for this route.

iMetric

TInt iMetric

Route preference, with a smaller value indicating a preferred route.

iNetMask

TInetAddr iNetMask

Destination mask of network.

iState

TRouteState iState

Route state.

iType

TRouteType iType

Route type.

Member Function Documentation

GetLinkAddr ( TLinkAddr & )

IMPORT_C TIntGetLinkAddr(TLinkAddr &aInfo)const