pub unsafe extern "C" fn otLinkGetFactoryAssignedIeeeEui64(
aInstance: *mut otInstance,
aEui64: *mut otExtAddress,
)
Expand description
Get the factory-assigned IEEE EUI-64.
@param[in] aInstance A pointer to the OpenThread instance. @param[out] aEui64 A pointer to where the factory-assigned IEEE EUI-64 is placed.