|
virtual P6R::P6ERR P6R::p6INetHelpers::host2nl |
( |
P6R::P6UINT32 |
nHostLong, |
|
|
P6R::P6UINT32 * |
pNetLong | |
|
) |
| | [pure virtual] |
This method is used convert a P6UINT32 from host byte-order into network byte-order.
- Parameters:
-
| nHostLong | The P6UINT32 to convert, |
| pNetLong | The address of a pointer to a P6UINT32 in which to store the converted value. |
- Returns:
Success | P6R::eOk | Success. |
Failure | P6R::eInvalidArg | pNetLong is NULL |
|