hexstr2bin
Description:
Converts a hexadecimal string hex into a byte-array.
The returned array length is len/2.
Parameters:
| hex |
an hex string |
| len |
the length of the |
Returns:
|
a array of bytes, or |
Namespace: NM.Utils
Package: libnm-util