mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
coda_bar reader passes
This commit is contained in:
@@ -134,6 +134,10 @@ impl RXingResult {
|
||||
return &self.resultPoints;
|
||||
}
|
||||
|
||||
pub fn getRXingResultPointsMut(&mut self) -> &mut Vec<RXingResultPoint> {
|
||||
&mut self.resultPoints
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {@link BarcodeFormat} representing the format of the barcode that was decoded
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user