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

Stores the specified P6NETADDR in the packet as the source address meta-data.

Parameters
pAddr[ in ] A pointer to the P6NETADDR to store
Returns
SuccessP6R::eOkThe address was successfully stored.
FailureP6R::eInvalidArgpAddr was NULL.