[][src]Function openthread_sys::otBorderRouterGetNetData

pub unsafe extern "C" fn otBorderRouterGetNetData(
    aInstance: *mut otInstance,
    aStable: bool,
    aData: *mut u8,
    aDataLength: *mut u8
) -> otError

This method provides a full or stable copy of the local Thread Network Data.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aStable TRUE when copying the stable version, FALSE when copying the full version. @param[out] aData A pointer to the data buffer. @param[inout] aDataLength On entry, size of the data buffer pointed to by @p aData. On exit, number of copied bytes.