-1

where can I find features list for qr codes ? I mean I can encode everything which can be represented by a string.

Example what I'm looking for:

SMS - "sms:text"

Email - "mailtio:text"

Text - "Text"

2 Answers2

0

Maybe this tutorial will help you http://www.thonky.com/qr-code-tutorial/data-encoding/

Hessam
  • 1,377
  • 1
  • 23
  • 45
0

Most devices support MeCard, Hyperlinks, Phone Numbers, Email Addresses, vCards, some support Wifi Settings, and text display. Look at this question for how to use a ZXing C# API.

A MeCard is a semicolon and colon delimited set of fields and might look like this

MECARD:N:Elliott Frisch;URL:frischcode.com;

A hyperlink starts with a protocol followed by a colon, not every device supports every protocol. (e.g. http: or ftp: or sms: or mailto").

Community
  • 1
  • 1
Elliott Frisch
  • 198,278
  • 20
  • 158
  • 249