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

Protocol Property

The SMPP protocol to be used.

Syntax

[VB.NET]
Public Property Protocol As SmppProtocols

[C#]
public SmppProtocols Protocol {get; set;}

enum SmppProtocols { smppSMPP, smppCIMD2 }

Remarks

This property defines the protocol to be used when connecting to the server. Possible values are:

0 (smppSMPP - default) SMPP for traditional SMPP servers
1 (smppCIMD2) CIMD2 for Nokia Short Message Service Center servers

Default Value

0

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