霍尼韦尔Captuvo设备扫描时需要条形码类型

时间:2014-08-01 21:27:00

标签: ios barcode-scanner honeywell

当我从Honeywell Captuvo设备扫描条形码时,我想从SDK中获取条形码类型。

我从以下方法接收条形码编号:

-(void)decoderDataReceived:(NSString *) data {

NSLog(@"Decoder Data Received: %@",data);


UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"captuvo" message:data delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil] ;
[alert show] ;

}

我还尝试过" decoderRawDataReceived"方法,但没有收到条形码类型。只收到条形码编号。

0 个答案:

没有答案