Click or drag to resize

SettingsHelperUtilZmotifSetNetworkParameters Method

Sets the printer's network configuration information.

Namespace:  Zebra.Sdk.Card.Zmotif.Settings
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetNetworkParameters(
	NetworkInfo netInfo
)

Parameters

netInfo
Type: Zebra.Sdk.Card.ContainersNetworkInfo
The network configuration.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf the setting does not exist, is invalid, the device is busy, or there is an error communicating with the printer.
See Also