Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPacket::getDestAddr ( P6NETADDR *  pAddr)
pure virtual

Gets the destination address meta-data frok the packet.

Parameters
pAddr[ out ] A pointer to a P6NETADDR in which to store the address information.
Returns
SuccessP6R::eOkThe address was successfully retrieved.
FailureP6R::eInvalidArgpAddr was NULL.