ESock::TAddrUpdate Struct Reference

struct ESock::TAddrUpdate

Structure to hold the details of a routed data client. Contains the source address, destination address, protocol id and IAP id of the socket.

Constructor & Destructor Documentation

TAddrUpdate(TSockAddr &, TSockAddr &, TInt, TInt)

TAddrUpdate ( TSockAddr & aSrcSockAddr,
TSockAddr & aDestSockAddr,
TInt aProtocolId,
TInt aIapId
) [inline]

Parameters

TSockAddr & aSrcSockAddr
TSockAddr & aDestSockAddr
TInt aProtocolId
TInt aIapId

TAddrUpdate()

TAddrUpdate ( ) [inline]

Member Data Documentation

TSockAddr iDestSockAddr

TSockAddr iDestSockAddr

Destination address of the socket

TInt iIapId

TInt iIapId

Internet access point id of the socket

TInt iProtocolId

TInt iProtocolId

Protocol id of the socket RSocket::Open

TSockAddr iSrcSockAddr

TSockAddr iSrcSockAddr

Source address of the socket