This method is used convert a P6UINT16 from host byte-order into network byte-order.
- Parameters:
-
| nHostShort | The P6UINT16 to convert. |
| pNetShort | A pointer to a P6UINT16 in which to store the converted value. |
- Returns:
Success | P6R::eOk | Success. |
Failure | P6R::eInvalidArg | pNetShort is NULL |