Click or drag to resize

SettingsHelperUtilZmotifSetCleaningInterval Method

Sets the the cleaning interval for the specified path.

Namespace:  Zebra.Sdk.Card.Zmotif.Settings
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetCleaningInterval(
	CleaningPath path,
	int interval
)

Parameters

path
Type: Zebra.Sdk.Card.EnumerationsCleaningPath
The cleaning path.
interval
Type: SystemInt32
The number of cards printed before the clean path warning appears.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf the path or interval values are invalid.
See Also