Click or drag to resize

PayloadType Enumeration

Describes the payload types for QR-Codes.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public enum PayloadType
Members
  Member nameValueDescription
Bookmark0 Content represents a bookmark with title and link.
CalendarEvent1 Content represents a calendar event.
ContactInfo2 Content represents contact information.
GeoLocation3 Content refers to a geographic location with latitude and longitude.
Email4 Content represents an email message.
PhoneNumber5 Content represents a phone number.
SMS6 Content represents an SMS message.
Text7 Content has free text with no additional structure.
URL8 Content represents a URL link.
WiFi9 Contents represents the parameters of a WiFi network.
See Also