Back to product page

MacToText function


Converts MAC address to HEX representation.

Syntax

  • C++
void MacToText(unsigned char *src, char dst[18]);
The MacToText(src,dst) syntax has these parts:
srcpoints to MAC address
dstpoints to destination 18 byte buffer

Platforms

Windows
Mac OSX
Linux
BSD