Skip to main content

otSteeringDataInit

Function otSteeringDataInit 

Source
pub unsafe extern "C" fn otSteeringDataInit(
    aSteeringData: *mut otSteeringData,
    aLength: u8,
) -> otError
Expand description

Initializes the Steering Data.

@param[out] aSteeringData The Steering Data to initialize. @param[in] aLength The length of the Steering Data in bytes.

@retval OT_ERROR_NONE Successfully initialized the Steering Data. @retval OT_ERROR_INVALID_ARGS The @p aLength is invalid.