Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apis/FirmwareUpdate/IFirmwareUpdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ struct EXTERNAL IFirmwareUpdate : virtual public Core::IUnknown {
// @text getUpdateState
virtual Core::hresult GetUpdateState(GetUpdateStateResult& getUpdateStateResult /* @out */) = 0;

// @brief Delays the firmware reboot
// @param[in] delaySeconds :Number
// @param[out] success
// @returns Core::hresult
// @text setFirmwareRebootDelay
virtual Core::hresult SetFirmwareRebootDelay (const uint32_t delaySeconds, bool& success /* @out */) = 0;

};
} // namespace Exchange
} // namespace WPEFramework
Loading