Click or drag to resize

WeblinkConfigurationState Enumeration

Enumeration of the weblink configuration task's state.

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public enum WeblinkConfigurationState
Members
  Member nameValueDescription
ConnectToPrinter0 Configuration state indicating the task is creating a connection to the printer.
GetSettings1 Configuration state indicating the task is retrieving the printer's settings.
ConfigureWeblink2 Configuration state indicating the task is configuring the weblink setting.
RestartPrinter3 Configuration state indicating the task is restarting the printer.
ReconnectToPrinter4 Configuration state indicating the task is waiting for the printer to restart and then reconnect.
VerifyWeblinkConnection5 Configuration state indicating the task is validating the printer's profile manager connection.
See Also