WeblinkAddressStrategy Enumeration
|
ENumeration to determine how the Weblink address is set.
Namespace:
Zebra.Sdk.Weblink
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
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