Click or drag to resize

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
C#
public enum ResultType
Members
  Member nameValueDescription
ContactInfo0 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.
Email1 Represents a parsed result that encodes an email message including recipients, subject and body text.
Product2 Represents a parsed result that encodes extended product information as encoded by the RSS format, like weight, price, dates, etc.
URI3 A simple result type encapsulating a URI that has no further interpretation.
Text4 A simple result type encapsulating a string that has no further interpretation.
Geographic5 Represents a parsed result that encodes a geographic coordinate, with latitude, longitude and altitude.
Telephone6 Represents a parsed result that encodes a telephone number.
SMS7 Represents a parsed result that encodes an SMS message, including recipients, subject and body text.
Event8 Represents a parsed result that encodes a calendar event at a certain time, optionally with attendees and a location.
WIFI9 Represents a parsed result that encodes WIFI network information, like SSID and password.
ISBN10 Represents a parsed result that encodes a product ISBN number.
VIN11 Represents a parsed result that encodes a Vehicle Identification Number (VIN).
See Also