Back to product page

TextToMac function


Converts HEX text representation to MAC address.

Syntax

  • C++
void TextToMac(char *src,char *dst);
The TextToMac(src,dst) syntax has these parts:
srcSouce 18 byte char array.
dstDestination byte array where MAC address is stored.

Platforms

Windows
Mac OSX
Linux
BSD