TUpnpConnectionManagerNetworkEvent Class Reference

class TUpnpConnectionManagerNetworkEvent
This class describes network event sent by ipc
Since
S60 5.0

Constructor & Destructor Documentation

TUpnpConnectionManagerNetworkEvent()

IMPORT_C TUpnpConnectionManagerNetworkEvent ( )

C++ constructor

TUpnpConnectionManagerNetworkEvent(TUpnpCmSubRsp)

IMPORT_C TUpnpConnectionManagerNetworkEvent ( TUpnpCmSubRsp aType )

C++ constructor

Parameters

TUpnpCmSubRsp aType

TUpnpConnectionManagerNetworkEvent(TUpnpCmSubRsp, TInetAddr)

IMPORT_C TUpnpConnectionManagerNetworkEvent ( TUpnpCmSubRsp aType,
TInetAddr aInetAddr
)

C++ constructor

Parameters

TUpnpCmSubRsp aType
TInetAddr aInetAddr

Member Functions Documentation

InetAddr()

IMPORT_C TInetAddr InetAddr ( )

Get address

SetAddress(TInetAddr)

IMPORT_C void SetAddress ( TInetAddr aAddress )

Sets address after address change event

Parameters

TInetAddr aAddress

SetType(TUpnpCmSubRsp)

IMPORT_C void SetType ( TUpnpCmSubRsp aType )

Sets event type

Parameters

TUpnpCmSubRsp aType

Type()

IMPORT_C TUpnpCmSubRsp & Type ( )

Get event type

Member Data Documentation

TInetAddr iInetAddr

TInetAddr iInetAddr [private]

TUpnpCmSubRsp iType

TUpnpCmSubRsp iType [private]