Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type symbology = [
| `None
| `Partial
| `Ean2
| `Ean5
| `Ean8
| `Upce
| `Isbn10
| `Upca
| `Ean13
| `Composite
| `I25
| `Databar
| `Databar_exp
| `Codabar
| `Code39
| `Pdf417
| `Qrcode
| `Code93
| `Code128
]
Type of symbols recognized by ZBar.
val get_data : t -> string
get_data s
is the string encoded in s
.