Files
overwatch/sdk/OverwatchSDK.class.php
ShadowEO 4dda7b99de * Implemented socket and AutoRemote listeners on both port 1337 and 81 respectively
* Added beginning framework for API Key and User Authentication.
2015-08-08 17:51:47 +00:00

42 lines
562 B
PHP

<?php namespace OverwatchSDK;
class Network
{
// Internet based functions
function DownloadFile($src, $dest)
{
}
// DNS-SD functions
function ScanForService($servType) {}
function PublishService($servType, $name, $port, $des) {}
// IP Management
function ChangeIP($dev, $ip, $gateway, $subnetmask) {}
function DNS_ListServers() {}
function DNS_AddServer($ip) {}
function DNS_RemServer($ip) {}
}
class System
{
}
class IO
{
}
class Hardware
{
}