GXDN: Gurux Developer Network
SMSCodeType Enumeration
NamespacesGurux.SMSSMSCodeType
Determines the code type that is used to code SMS data.
Members
Member Description
MsgUnicode
Unicode is used. Max 70 characters. Integer value=2.
If not using .NET Framework, use constant GX_SMS_MSG_CODE_TYPE_UNICODE.

Msg8Bit
8 Bits data is used. Max 140 characters. Integer value=1.
If not using .NET Framework, use constant GX_SMS_MSG_CODE_TYPE_8BIT.

Msg7Bit
7 Bits data is used. Max 160 characters. Integer value=0.
If not using .NET Framework, use constant GX_SMS_MSG_CODE_TYPE_7BIT.

Remarks
If not using .NET Framework, enumeration is GX_SMS_MSG_CODE_TYPE.

Assembly: Gurux.SMS (Module: Gurux.SMS) Version: 5.0.0.1