FOTA Update Management

QueryFotaUpdate

Query operation system update

public static bool QueryFotaUpdate()

RegisterFotaUpdate

Register os update.

public static bool RegisterFotaUpdate(OnFotaUpdateHandler handler)

Parameter

Description

OnFotaUpdateHandler

callback when there is new os version ready to update

Prototype for OnFotaUpdateHandler

public delegate void OnFotaUpdateHandler(bool newVersion)

Last updated