
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:
The TextToMac(src,dst) syntax has these parts:
src | Souce 18 byte char array. |
dst | Destination byte array where MAC address is stored. |
Platforms
WindowsMac OSX
Linux
BSD