MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SendSecureMagicPacket

Method SendSecureMagicPacket

Plugins/WakeOnLan/WakeOnLan.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool 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
77bool CWakeOnLan::SendMagicPacket(const char* pszMacAddress, uint16_t portNum) {
78 uint8_t macAddress[6];

Callers 2

WakeOnLanMethod · 0.45
slotProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected