WeblinkConfigurationState Enumeration
|
Enumeration of the weblink configuration task's state.
Namespace:
Zebra.Sdk.Weblink
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public enum WeblinkConfigurationState
Public Enumeration WeblinkConfigurationState
public enum class WeblinkConfigurationState
Members
| Member name | Value | Description |
---|
| ConnectToPrinter | 0 |
Configuration state indicating the task is creating a connection to the printer.
|
| GetSettings | 1 |
Configuration state indicating the task is retrieving the printer's settings.
|
| ConfigureWeblink | 2 |
Configuration state indicating the task is configuring the weblink setting.
|
| RestartPrinter | 3 |
Configuration state indicating the task is restarting the printer.
|
| ReconnectToPrinter | 4 |
Configuration state indicating the task is waiting for the printer to restart and then reconnect.
|
| VerifyWeblinkConnection | 5 |
Configuration state indicating the task is validating the printer's profile manager connection.
|
See Also