SMSProtocol objects
Specifies the data encoding used for outgoing text messages in SMSSession Send function calls. Values are:
SMSDE_Optimal! The data encoding that represents all characters in the least space (default and recommended value)
SMSDE_GSM! The default Global System for Mobile Communications (GSM) 7-bit encoding specified in GSM specification 03.38
The Encoding property takes a value of the SMSDataEncoding enumerated variable. This example sets the address type for an international message:
SMSProtocol mysmsprotocol mysmsprotocol.Encoding = SMSDE_gsm!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |