SIMPL# Pro class to power on devices using Wake-on-LAN
WakeOnLAN WOL = new WakeOnLAN();
WOL.WakeUp(mac, broadcast);
Instantiate class and pass the mac address & broadcast address to the WakeUp method.
Pull requests are welcome.
SIMPL# Pro class to power on devices using Wake-on-LAN
WakeOnLAN WOL = new WakeOnLAN();
WOL.WakeUp(mac, broadcast);
Instantiate class and pass the mac address & broadcast address to the WakeUp method.
Pull requests are welcome.