BarcodeImpl.Barcode.setNativeImpl C# (CSharp) Method

setNativeImpl() public method

public setNativeImpl ( string strID, long native ) : void
strID string
native long
return void
        public override void setNativeImpl(string strID, long native)
        {
            base.setNativeImpl(strID, native);
            IMethodResult pResult = new CMethodResultImpl();
            setProperty("scannerType", "camera", pResult);
        }
Barcode