Click or drag to resize

ResponseValidatorIsResponseComplete Method

Provide a method to determine whether a response from the printer is a complete response.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
bool IsResponseComplete(
	byte[] input
)

Parameters

input
Type: SystemByte
string to be validated

Return Value

Type: Boolean
true if the string is a complete response
See Also