Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INetHelpers::net2hl ( P6UINT32  nNetLong,
P6UINT32 pHostLong 
)
pure virtual

This method is used convert a P6UINT32 from network byte-order into host byte-order.

Parameters
nNetLongThe value to convert.
pHostLongA pointer to P6UINT32 in which to store the converted value.
Returns
SuccessP6R::eOkSuccess.
FailureP6R::eInvalidArgpHostLong is NULL