pub unsafe extern "C" fn otThreadGetVendorModel(
    aInstance: *mut otInstance
) -> *const c_char
Expand description

Get the vendor model string.

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

@returns The vendor model string.