smpp_server Property

The SMPP entity to which the class will connect.

Syntax

def get_smpp_server() -> str: ...
def set_smpp_server(value: str) -> None: ...

smpp_server = property(get_smpp_server, set_smpp_server)

Default Value

""

Remarks

This property is the instant messaging server to which the class will connect when the connect method is called. This property must contain a valid SMPP service application address.

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