pub unsafe extern "C" fn otSrpClientGetServices(
aInstance: *mut otInstance,
) -> *const otSrpClientService
Expand description
Gets the list of services being managed by client.
@param[in] aInstance A pointer to the OpenThread instance.
@returns A pointer to the head of linked-list of all services or NULL if the list is empty.