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.14.1869
Syntax bool IsResponseComplete(
byte[] input
)
Function IsResponseComplete (
input As Byte()
) As Boolean
bool IsResponseComplete(
array<unsigned char>^ input
)
Parameters
- input
- Type: SystemByte
string to be validated
Return Value
Type:
Booleantrue if the string is a complete response
See Also