public class SerialUploadResult extends Object
This object is usually passed through a callback that has been previously registered with a method that performs the serial upload.
Constructor and Description |
---|
SerialUploadResult(int progress,
boolean isComplete) |
Modifier and Type | Method and Description |
---|---|
int |
getProgress()
Gets the progress of a serial upgrade that is currently in progress.
|
boolean |
isComplete()
Gets the status of a serial upgrade that is currently in progress.
|
public int getProgress()
public boolean isComplete()
Copyright © 2019. All rights reserved.