30 #ifndef DHCPSERVERCONFIGURATIONAPI_H
31 #define DHCPSERVERCONFIGURATIONAPI_H
33 #include "api/DllDecl.h"
50 static void shutdown();
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)
bool isDHCPServerEnabled(long deviceID, int *errorCode, unsigned char ifNum)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:144