Function destroyChild [src]
Prototype
pub fn destroyChild(self: *const Udp6ServiceBinding, handle: Handle) Status
Parameters
self: *const Udp6ServiceBinding
handle: Handle
Source
pub fn destroyChild(self: *const Udp6ServiceBinding, handle: Handle) Status {
return self._destroy_child(self, handle);
}