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
)
Sub SetNetworkParameters (
netInfo As NetworkInfo
)
void SetNetworkParameters(
NetworkInfo^ netInfo
)
Parameters
- netInfo
- Type: Zebra.Sdk.Card.ContainersNetworkInfo
The network configuration.
Exceptions Exception | Condition |
---|
ConnectionException | If the device is busy or there is an error communicating with the printer. |
SettingsException | If the setting does not exist, is invalid, the device is busy, or there is an error communicating with the printer. |
See Also