 | ResultType Enumeration |
Represents the type of data encoded by a barcode.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
Members
| Member name | Value | Description |
---|
| ContactInfo | 0 |
Represents a parsed result that encodes contact information, like that in an address book entry.
Supports vCard, MeCard, BIZCARD and KDDI AU address block formats.
|
| Email | 1 |
Represents a parsed result that encodes an email message including recipients, subject and body text.
|
| Product | 2 |
Represents a parsed result that encodes extended product information as encoded by the RSS format,
like weight, price, dates, etc.
|
| URI | 3 |
A simple result type encapsulating a URI that has no further interpretation.
|
| Text | 4 |
A simple result type encapsulating a string that has no further interpretation.
|
| Geographic | 5 |
Represents a parsed result that encodes a geographic coordinate, with latitude,
longitude and altitude.
|
| Telephone | 6 |
Represents a parsed result that encodes a telephone number.
|
| SMS | 7 |
Represents a parsed result that encodes an SMS message, including recipients,
subject and body text.
|
| Event | 8 |
Represents a parsed result that encodes a calendar event at a certain time,
optionally with attendees and a location.
|
| WIFI | 9 |
Represents a parsed result that encodes WIFI network information, like
SSID and password.
|
| ISBN | 10 |
Represents a parsed result that encodes a product ISBN number.
|
| VIN | 11 |
Represents a parsed result that encodes a Vehicle Identification Number (VIN).
|
See Also