SMS Class |
Namespace: Opait.Barcoder.QRCode
public class SMS
The SMS type exposes the following members.
| Name | Description | |
|---|---|---|
| SMS |
Initializes a new instance of the SMS class.
| |
| SMS(String, String, SmsEncoding) |
Initializes a new instance of the SMS class.
|
| Name | Description | |
|---|---|---|
| Encoding |
Gets or sets the encoding of the SMS message.
| |
| Number |
Gets or sets the recipient phone number.
| |
| Text |
Gets or sets the text of the SMS message.
|
| Name | Description | |
|---|---|---|
| ToString |
Formats the payload as input string to the encoder.
(Overrides ObjectToString.) |