NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: NetworkInterface.h
- Branch:
- api-changes
- Revision:
- 40:11d4a94df3f7
- Parent:
- 39:47138420ea42
- Child:
- 41:3ec1c97e9bbf
--- a/NetworkInterface.h Mon Feb 22 21:50:15 2016 -0600 +++ b/NetworkInterface.h Mon Feb 22 23:52:09 2016 -0600 @@ -31,10 +31,10 @@ { public: /** Enables DHCP and clears any static address + * DHCP resolution does not occur until connect call * DHCP is enabled by default - * @return 0 on success */ - virtual int32_t useDHCP(); + virtual void useDHCP(); /** Set the static IP address of the network interface * @param ip Static IP address, copied internally