WeblinkConfigurator(Connection) Constructor
|
Initializes a new instance of the WeblinkConfiguratior class.
Namespace: Zebra.Sdk.WeblinkAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public WeblinkConfigurator(
Connection connection
)
Public Sub New (
connection As Connection
)
public:
WeblinkConfigurator(
Connection^ connection
)
Parameters
- connection Connection
- A Connection to a printer
When working with the WeblinkConfigurator, it's important to note that there's no need to explicitly open a connection before creating a WeblinkConfigurator object. Just make sure to close any existing connection to the printer before configuring WeblinkConfigurator. The WeblinkConfigurator can be instantiated independently of an open connection.
See Also