OceanDirectLighthouseC++ 3.1.3
OceanDirect Lighthouse C++/C API
|
This is the complete list of members for oceandirect::api::Ipv4AddressAPI, including all inherited members.
addStaticIpAddress(long deviceID, int *errorCode, unsigned char ifNum, unsigned char *ipAddress, int ipAddressLength, unsigned int netmask) | oceandirect::api::Ipv4AddressAPI | virtual |
deleteStaticIpAddress(long deviceID, int *errorCode, unsigned char ifNum, unsigned char addressIndex) | oceandirect::api::Ipv4AddressAPI | virtual |
getDefaultGatewayIpAddress(long deviceID, int *errorCode, unsigned char ifNum, unsigned char *outIpAddress, int ipAddressLength) | oceandirect::api::Ipv4AddressAPI | virtual |
getInstance() | oceandirect::api::Ipv4AddressAPI | static |
getNumberOfIpAddresses(long deviceID, int *errorCode, unsigned char ifNum) | oceandirect::api::Ipv4AddressAPI | virtual |
instance | oceandirect::api::Ipv4AddressAPI | protectedstatic |
Ipv4AddressAPI() | oceandirect::api::Ipv4AddressAPI | protected |
isDHCPEnabled(long deviceID, int *errorCode, unsigned char ifNum) | oceandirect::api::Ipv4AddressAPI | virtual |
readIpAddress(long deviceID, int *errorCode, unsigned char ifNum, unsigned char addressIndex, unsigned char *ipAddress, int ipAddressLength, unsigned int *netmask) | oceandirect::api::Ipv4AddressAPI | virtual |
setDefaultGatewayIpAddress(long deviceID, int *errorCode, unsigned char ifNum, unsigned char *ipAddress, int ipAddressLength) | oceandirect::api::Ipv4AddressAPI | virtual |
setDHCPEnable(long deviceID, int *errorCode, unsigned char ifNum, unsigned char enabled) | oceandirect::api::Ipv4AddressAPI | virtual |
shutdown() | oceandirect::api::Ipv4AddressAPI | static |
~Ipv4AddressAPI() | oceandirect::api::Ipv4AddressAPI | virtual |