pub unsafe extern "C" fn otThreadGetMaxChildIpAddresses(
aInstance: *mut otInstance,
) -> u8
Expand description
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