Click or drag to resize

WeblinkConfiguratorConfigure Method

Configures a printer to connect to a Zebra Weblink server and attempts to validate a successful connection.

Namespace: Zebra.Sdk.Weblink
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public void Configure(
	string webLinkAddress,
	WeblinkAddressStrategy strategy,
	WeblinkConfigurationStateUpdater webConfigStatusUpdater
)

Parameters

webLinkAddress  String
Weblink address to set.
strategy  WeblinkAddressStrategy
Determines which weblink setting will be configured.
webConfigStatusUpdater  WeblinkConfigurationStateUpdater
Callback object to report task status.
Exceptions
ExceptionCondition
ZebraWeblinkExceptionThrown when a configuration error occurs.
Remarks
Please note that this function will block while waiting for the printer to reset and while validating the connection. This could take an excess of 60 seconds.
See Also