IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

ServiceType Property

Indicates the type of service for the current message.

Syntax

[VB.NET]
Public Property ServiceType As SmppServiceTypes

[C#]
public SmppServiceTypes ServiceType {get; set;}

enum SmppServiceTypes { smppServiceDefault, smppServiceCMT, smppServiceCPT, smppServiceVMN, smppServiceVMA, smppServiceWAP, smppServiceUSSD, smppServiceCBS }

Remarks

When sending messages, this property is used define the SMS application service to be associated with the message. The MC will use the value to determine the availability of enhanced messaging services and to control the teleservice used on the air interface.

The values are defined in the SMPP 5.0 specification as the following:

"" (NULL)the MC default
CMTCellular Messaging
CPTCellular Paging
VMNVoice Mail Notification
VMAVoice Mail Alerting
WAPWireless Application Protocol
USSDUnstructured Supplementary Services Data
CBSCell Broadcast Service

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]