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

SMPPVersion Property

The SMPP version to be used throughout the connection.

Syntax

[VB.NET]
Public Property SMPPVersion As SmppSMPPVersions

[C#]
public SmppSMPPVersions SMPPVersion {get; set;}

enum SmppSMPPVersions { smppVersion50, smppVersion34, smppVersion33 }

Remarks

This property contains the SMPP version to be used throughout the connection.

The default value is version 3.4 as it is the most widely used version of the protocol.

Choosing the highest mutually supported version is generally recommended. Version 3.4 is the default value, however if version 5.0 is supported it is recommended.

Default Value

1

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