-2.8. Get length of scanned dataFunction Description:Returns the data length of the scan data. When allocate the memory to hold the scan data,add at least one additional byte for string terminator.Function call:UINT USI_GetDataLength();Return: UNIT : data length2.9. Get Symbology nameFunction Description:Returns the barcode name of the type.Function call:LPCTSTR USI_GetBarcodeName(UINT type, LPBYTE buffer, UINT len);Parameter: (input)type : UINT : barcode type. (refer to 0 for type definitionbuffer : LPBYTE : Please refer to below tableType BufferBCT_CODE_39 Code 39BCT_CODABAR CodabarBCT_CODE_128 Code 128BCT_INTERLEAVED_2OF5 Interleaved 2 of 5BCT_CODE_93 Code 93BCT_UPC_A UPC ABCT_UPC_A_2SUPPS UPC A with 2 Supps.BCT_UPC_A_5SUPPS UPC A with 5 Supps.BCT_UPC_E0 UPC EBCT_UPC_E0_2SUPPS UPC E with 2 Supps.BCT_UPC_E0_5SUPPS UPC E with 5 Supps.BCT_EAN_8 EAN 8BCT_EAN_8_2SUPPS EAN 8 with 2 Supps.BCT_EAN_8_5SUPPS EAN 8 with 5 Supps.BCT_EAN_13 EAN 13BCT_EAN_13_2SUPPS EAN 13 with 2 Supps.BCT_EAN_13_5SUPPS EAN 13 with 5 Supps.BCT_MSI_PLESSEY MSI PlesseyBCT_EAN_128 EAN 128BCT_TRIOPTIC_CODE_39 Trioptic Code 39BCT_BOOKLAND_EAN Bookland EANBCT_COUPON_CODE Coupon CodeBCT_STANDARD_2OF5 Standard 2 of 5BCT_CODE_11_TELPEN Code 11 or TelpenBCT_CODE_32 Code 32 (Pharmacy Code)BCT_DELTA_CODE Delta CodeBCT_LABEL_CODE Label Code IV & VBCT_PLESSEY_CODE Plessey CodeBCT_TOSHIBA_CODE Toshiba Code (China Postal Code)len : UINT : length of string on the 2 nd parameter bufferReturn: TRUE : if it found name for the barcode type,FALSE : if not (type may be wrong