Package com.zebra.rfid.api3
Class IEvents.FirmwareUpdateEvent
java.lang.Object
com.zebra.rfid.api3.IEvents.FirmwareUpdateEvent
- Enclosing class:
IEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setImageDownloadProgress
(int imageDownloadProgress) void
setOverallUpdateProgress
(int overallUpdateProgress) void
-
Field Details
-
m_status
-
m_imageDownloadProgress
public int m_imageDownloadProgress -
m_overallUpdateProgress
public int m_overallUpdateProgress
-
-
Method Details
-
getStatus
-
setStatus
-
getImageDownloadProgress
public int getImageDownloadProgress() -
setImageDownloadProgress
public void setImageDownloadProgress(int imageDownloadProgress) -
getOverallUpdateProgress
public int getOverallUpdateProgress() -
setOverallUpdateProgress
public void setOverallUpdateProgress(int overallUpdateProgress)
-