Class MoreMessagesToSendParameter
- Namespace
- Inetlab.SMPP.Parameters
- Assembly
- Inetlab.SMPP.dll
The parameter is used by the ESME in the SubmitSm and DataSm operations to indicate to the SMSC that there are further messages for the same destination SME. The SMSC may use this setting for network resource optimization.
public class MoreMessagesToSendParameter : TLV
- Inheritance
-
MoreMessagesToSendParameter
- Inherited Members
Constructors
MoreMessagesToSendParameter(bool)
public MoreMessagesToSendParameter(bool moreMessages)
Parameters
moreMessages
bool
Properties
MoreMessages
public bool MoreMessages { get; }