CardFirmwareUpdateHandlerProgressUpdate Method (String, Int32)
|
Called during individual firmware module upgrades.
Namespace:
Zebra.Sdk.Card.Printer
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public abstract void ProgressUpdate(
string status,
int percentComplete
)
Public MustOverride Sub ProgressUpdate (
status As String,
percentComplete As Integer
)
public:
virtual void ProgressUpdate(
String^ status,
int percentComplete
) abstract
Parameters
- status
- Type: SystemString
The current firmware module being loaded. - percentComplete
- Type: SystemInt32
The completion percentage of the currently loading firmware module or 0 if no completion percentage is available.
Implements
CardPrinterReconnectionHandlerProgressUpdate(String, Int32)See Also