The Encoding enumeration specifies the
Encoding property value which defines
the type of character encoding to be used for sending text messages.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Member Name | Description |
| GSM_Default_7Bit | Sets GSM default 7-Bit encoding for outgoing text messages |
| ANSI_8Bit | Sets ANSI 8-Bit encoding for outgoing text messages |
| Unicode_16Bit | Sets Unicode 16-Bit encoding for outgoing text messages |
mCore.GeneralException
| Visual Basic |
Public Class MyClass Dim strMsg As String
Catch ex As mCore.GeneralException |
| C# |
class MyClass SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |