30#ifndef DHCPSERVERCONFIGURATIONAPI_H
31#define DHCPSERVERCONFIGURATIONAPI_H
33#include "api/DllDecl.h"
95 unsigned int *outBaseIpAddress,
unsigned int ipAddressArraySize,
unsigned int *outNetMask);
112 const unsigned int *baseIpAddress,
unsigned int ipAddressArraySize,
unsigned int netMask);
Definition DHCPServerConfigurationAPI.h:44
void setDHCPServerAddressRange(long deviceID, int *errorCode, unsigned char ifNum, const unsigned int *baseIpAddress, unsigned int ipAddressArraySize, unsigned int netMask)
void setDHCPServerEnable(long deviceID, int *errorCode, unsigned char ifNum, unsigned char enabled)
void readDHCPServerAddressRange(long deviceID, int *errorCode, unsigned char ifNum, unsigned int *outBaseIpAddress, unsigned int ipAddressArraySize, unsigned int *outNetMask)
static DHCPServerConfigurationAPI * getInstance()
DHCPServerConfigurationAPI()
bool isDHCPServerEnabled(long deviceID, int *errorCode, unsigned char ifNum)
virtual ~DHCPServerConfigurationAPI()
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition OceanDirectAPI.h:147