Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
CyDhcpServer Class Reference

Implementation of a DHCP sever. More...

#include <CyDhcpServer.h>

Public Member Functions

 CyDhcpServer (NetworkStack *nstack, NetworkInterface *niface)
 Create a DHCP server. More...
 
virtual ~CyDhcpServer ()
 Delete the DHCP server. More...
 
cy_rslt_t start (void)
 Start a DHCP server instance. More...
 
cy_rslt_t stop (void)
 Stop a DHCP server instance. More...
 

Detailed Description

Implementation of a DHCP sever.

Definition at line 75 of file CyDhcpServer.h.

Constructor & Destructor Documentation

CyDhcpServer ( NetworkStack nstack,
NetworkInterface niface 
)

Create a DHCP server.

virtual ~CyDhcpServer ( )
virtual

Delete the DHCP server.

Member Function Documentation

cy_rslt_t start ( void  )

Start a DHCP server instance.

Returns
CY_RSLT_SUCCESS on success otherwise error.
cy_rslt_t stop ( void  )

Stop a DHCP server instance.

Returns
CY_RSLT_SUCCESS on success otherwise error.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.