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

Gets the current state of DHCPv6 Prefix Delegation.

Requires OPENTHREAD_CONFIG_BORDER_ROUTING_DHCP6_PD_ENABLE to be enabled.

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

@returns The current state of DHCPv6 Prefix Delegation.