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