
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:
The MacToText(src,dst) syntax has these parts:
src | points to MAC address |
dst | points to destination 18 byte buffer |
Platforms
WindowsMac OSX
Linux
BSD