Click or drag to resize

ResponseValidator Interface

An interface defining a method to validate whether a response from the printer is complete.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public interface ResponseValidator

The ResponseValidator type exposes the following members.

Methods
 NameDescription
Public methodIsResponseComplete Provide a method to determine whether a response from the printer is a complete response.
Top
See Also