Embedded TCP/IP stack
4.7.0
|
void fnet_service_unregister | ( | fnet_service_desc_t | desc | ) |
Unregisters the service routine.
desc | Service descriptor to be unregistered. |
This function unregisters the service routine assigned to the desc
descriptor.
This function is usually called during a service release. User application should not call this function directly.