Skip to content

UM Tags (Update Manager)

Namespace prefix: 0x0D

The UM namespace provides firmware update status and version checking.

Tags

TagHexTypeDescription
UM_REQ_UPDATE_STATUS0x0D000001NoneRequest current firmware update status
UM_UPDATE_STATUS0x0D800001Update status response
UM_REQ_CHECK_FOR_UPDATES0x0D000003NoneTrigger a check for available updates
UM_CHECK_FOR_UPDATES0x0D800003Update check result

Usage

csharp
var request = RscpRequest.Create()
    .Read(Um.UpdateStatus);

UM_REQ_CHECK_FOR_UPDATES is a write command that triggers the E3DC to check for firmware updates. The response indicates whether updates are available.

E3DC S10 Pro RSCP Client Library