ServiceType Property

Indicates the type of service for the current message.

Syntax

public int getServiceType();
public void setServiceType(int serviceType);

Enumerated values: public final static int smppServiceDefault = 0; public final static int smppServiceCMT = 1; public final static int smppServiceCPT = 2; public final static int smppServiceVMN = 3; public final static int smppServiceVMA = 4; public final static int smppServiceWAP = 5; public final static int smppServiceUSSD = 6; public final static int smppServiceCBS = 7;

Default Value

0

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Java Edition - Version 20.0 [Build 8307]