BarcodeReader.outputData Property¶
Module: BarcodeReader
Type: byte[]
Definition¶
Holds the decoded data extracted from the barcode.
output_data: bytearray
Exceptions
An error has occurred during Bioseal Library execution.
int get outputData => getOutputData();
Exceptions
An error has occurred during Bioseal Library execution.
public byte[] outputData
{
get => GetoutputData();
}
Exceptions
An error has occurred during Bioseal Library execution.
public byte[] getOutputData() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var outputData: UInt8
get {
return try! getOutputData()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealBarcodeReader_GetOutputData (ID3_BIOSEAL_BARCODE_READER hBarcodeReader, unsigned char * outputData, int * outputDataSize)
Returns