Click or drag to resize

SMS Class

Creates a payload for sending SMS messages. When the generated barcode is scanned, it will send the encoded SMS message. SMS stands for Short Message Service. Invented in the 1980s, it is one of the oldest text messaging technologies. It is also the most widespread and frequently used.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeSMS

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class SMS

The SMS type exposes the following members.

Constructors
  NameDescription
Public methodSMS
Initializes a new instance of the SMS class.
Public methodSMS(String, String, SmsEncoding)
Initializes a new instance of the SMS class.
Top
Properties
  NameDescription
Public propertyEncoding
Gets or sets the encoding of the SMS message.
Public propertyNumber
Gets or sets the recipient phone number.
Public propertyText
Gets or sets the text of the SMS message.
Top
Methods
See Also