Skip to main content

otThreadGetVendorOuiInfo

Function otThreadGetVendorOuiInfo 

Source
pub unsafe extern "C" fn otThreadGetVendorOuiInfo(
    aInstance: *mut otInstance,
    aOui: *mut otThreadVendorOui,
)
Expand description

Gets the vendor OUI.

If no vendor OUI is yet set/configured on device, the mBitLength in @p aOui will be zero.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aOui A pointer to an otThreadVendorOui to return the vendor OUI.