Function destroyChild [src]

Prototype

pub fn destroyChild(self: *const Udp6ServiceBinding, handle: Handle) Status

Parameters

self: *const Udp6ServiceBindinghandle: Handle

Source

pub fn destroyChild(self: *const Udp6ServiceBinding, handle: Handle) Status { return self._destroy_child(self, handle); }