getMACAddress method

int getMACAddress()

Get the original source MAC address We might need it later

Implementation

int getMACAddress() {
  return socketData.srcMACAddress;
}