Package | Description |
---|---|
com.mmbnetworks.gatewayapi |
Modifier and Type | Method and Description |
---|---|
boolean |
GatewayClient.deregisterOtaProgressHandler(Consumer<UpgradeProgress> callback)
Deregisters the OTA upgrade progress handler, which stops displaying the progress of the upgrade.
|
boolean |
GatewayClient.registerOtaProgressHandler(Consumer<UpgradeProgress> callback)
Registers the OTA upgrade progress handler, which displays the progress when an upgrade starts.
|
CompletableFuture<UpgradeStatus> |
GatewayClient.upgradeFirmware(ConnectionInfo connectionInfo,
File upgradeFile,
ResultConsumer<UpgradeProgress> callback)
Performs a firmware upgrade of the module with the given
connectionInfo and
serialUpgradeFile . |
Copyright © 2020. All rights reserved.