Click or drag to resize

WeblinkConfigurator Class

Task to configure a printers Weblink setting.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.WeblinkWeblinkConfigurator

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public class WeblinkConfigurator

The WeblinkConfigurator type exposes the following members.

Constructors
  NameDescription
Public methodWeblinkConfigurator(Connection)
Initializes a new instance of the WeblinkConfiguratior class.
Public methodWeblinkConfigurator(DiscoveredPrinter)
Initializes a new instance of the WeblinkConfiguratior class.
Top
Properties
  NameDescription
Public propertyCurrentState
Returns the current WeblinkConfigurationState.
Public propertyStatus
Returns the ConfigurationStatus of the weblink configuration task.
Top
Methods
  NameDescription
Public methodConfigure
Configures a printer to connect to a Zebra Weblink server and attempts to validate a successful connection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidWeblinkUrl
Returns true if the supplied weblink url is valid for the Zebra weblink server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also