BarcodeImpl.Barcode.getUpcEanRetryCount C# (CSharp) Method

getUpcEanRetryCount() public method

public getUpcEanRetryCount ( IMethodResult oResult ) : void
oResult IMethodResult
return void
        public override void getUpcEanRetryCount(IMethodResult oResult) { }
        public override void setUpcEanRetryCount(int upcEanRetryCount, IMethodResult oResult) { }
Barcode