SMSProtocol objects
Specifies which SMS protocol type an SMSSession object uses. Values are:
SMS_MsgType_Notification! Notification SMS Protocol (receive only)
SMS_MsgType_Status! Status Message SMS Protocol (receive only)
SMS_MsgType_Broadcast! Broadcast Message SMS Protocol (receive only)
The ProtocolType property takes a value of the SMSProtocolType enumerated variable. This example sets the protocol type of an SMSProtocol object to text:
SMSProtocol mysmsprotocol mysmsprotocol.ProtocolType = SMS_MsgType_Text!
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |