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