| 68 | } |
| 69 | |
| 70 | bool CWakeOnLan::SendSecureMagicPacket( |
| 71 | const std::string &szMac, |
| 72 | const std::string szPassword, |
| 73 | uint16_t portNum) { |
| 74 | return SendSecureMagicPacket(szMac.c_str(), szPassword.c_str(), portNum); |
| 75 | } |
| 76 | |
| 77 | bool CWakeOnLan::SendMagicPacket(const char* pszMacAddress, uint16_t portNum) { |
| 78 | uint8_t macAddress[6]; |
no outgoing calls
no test coverage detected