pub unsafe extern "C" fn otSrpServerHostGetAddresses(
aHost: *const otSrpServerHost,
aAddressesNum: *mut u8,
) -> *const otIp6Address
Expand description
Returns the addresses of given host.
@param[in] aHost A pointer to the SRP service host. @param[out] aAddressesNum A pointer to where we should output the number of the addresses to.
@returns A pointer to the array of IPv6 Address.