[][src]Function openthread_sys::otThreadGetMaxChildIpAddresses

pub unsafe extern "C" fn otThreadGetMaxChildIpAddresses(
    aInstance: *mut otInstance
) -> u8

This function gets the maximum number of IP addresses that each MTD child may register with this device as parent.

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

@returns The maximum number of IP addresses that each MTD child may register with this device as parent.

@sa otThreadSetMaxChildIpAddresses