Package | Description |
---|---|
com.mmbnetworks.gatewayapi | |
com.mmbnetworks.gatewayapi.entity | |
com.mmbnetworks.gatewayapi.event |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<UpgradeStatus> |
GatewayClient.upgradeFirmware(ConnectionInfo connectionInfo,
File upgradeFile,
ResultConsumer<UpgradeProgress> callback)
Performs a firmware upgrade of the module with the given
connectionInfo and
serialUpgradeFile . |
Modifier and Type | Method and Description |
---|---|
static UpgradeStatus |
UpgradeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeStatus[] |
UpgradeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<UpgradeStatus> |
UpgradeProgress.getStatus()
Returns the status of the upgrade.
|
Constructor and Description |
---|
UpgradeProgress(double progress,
boolean isComplete,
String id,
UpgradeStatus status) |
Copyright © 2020. All rights reserved.