Parses asc
and converts it to binary form in buffer
.
Bytes in asc
can be sepatared by colons (:), or hyphens (-), but not mixed.
asc |
the ASCII representation of a hardware address |
buffer |
buffer to store the result into |
length |
the expected length in bytes of the result and the size of the buffer in bytes. |
|