implemented wake on lan

This commit is contained in:
Diego Waxemberg
2015-01-02 19:15:47 -05:00
parent a52b20ee52
commit ee61dc9a59
4 changed files with 133 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// WakeOnLanManager.h
// Limelight
//
// Created by Diego Waxemberg on 1/2/15.
// Copyright (c) 2015 Limelight Stream. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "Host.h"
@interface WakeOnLanManager : NSObject
+ (void) wakeHost:(Host*)host;
@end