BarcodeImpl.Barcode.setNativeImpl C# (CSharp) Метод

setNativeImpl() публичный Метод

public setNativeImpl ( string strID, long native ) : void
strID string
native long
Результат void
        public override void setNativeImpl(string strID, long native)
        {
            base.setNativeImpl(strID, native);
            IMethodResult pResult = new CMethodResultImpl();
            setProperty("scannerType", "camera", pResult);
        }
Barcode