Function otUdpGetSockets

Source
pub unsafe extern "C" fn otUdpGetSockets(
    aInstance: *mut otInstance,
) -> *mut otUdpSocket
Expand description

This function gets the existing UDP Sockets.

@param[in] aInstance A pointer to an OpenThread instance.

@returns A pointer to the first UDP Socket.