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

Gets the head of linked list of UDP Sockets.

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

@returns A pointer to the head of UDP Socket linked list.