WeblinkAddressStrategy Enumeration
|
ENumeration to determine how the Weblink address is set.
Namespace: Zebra.Sdk.WeblinkAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public enum WeblinkAddressStrategy
Public Enumeration WeblinkAddressStrategy
public enum class WeblinkAddressStrategy
Members Member name | Value | Description |
---|
AUTO_SELECT | 0 |
Looks at current weblink settings and determine which location to set based on if the URL is set and valid and if
the printer is connected to the address.
|
FORCE_CONNECTION_1 | 1 |
Overrides any setting in Weblink location 1.
|
FORCE_CONNECTION_2 | 2 |
Overrides any setting in Weblink location 2.
|
See Also