ResponseValidatorIsResponseComplete Method
|
Provide a method to determine whether a response from the printer is a complete response.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax bool IsResponseComplete(
byte[] input
)
Function IsResponseComplete (
input As Byte()
) As Boolean
bool IsResponseComplete(
array<unsigned char>^ input
)
Parameters
- input Byte
- string to be validated
Return Value
Booleantrue if the string is a complete response
See Also