smpp_version Property

The SMPP version to be used throughout the connection.

Syntax

def get_smpp_version() -> int: ...
def set_smpp_version(value: int) -> None: ...

smpp_version = property(get_smpp_version, set_smpp_version)

Default Value

1

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.

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