Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

symbologyname for scanned barcode?

$
0
0

i am using honeywell sl42 sled,i have included captuvo.dll to my app,able to fire follwing events getting rawdata for the scanned barcode
[Export("captuvoConnected")]
public void CaptuvoConnected()
{
}
[Export("captuvoDisconnected")]
public void CaptuvoDisconnected()
{
}
[Export("decoderRawDataReceived:")]
public void DecoderRawDataReceived(Foundation.NSData data)
{
}

But unable to get symbology name using below code,but this event is not getting fired
[Export("SymbologyName:")]
public string SymbologyName(Symbology symbologyname)
{
}

Thanks,
vijay


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>