sender_address Property

The address of the ESME.

Syntax

def get_sender_address() -> str: ...
def set_sender_address(value: str) -> None: ...

sender_address = property(get_sender_address, set_sender_address)

Default Value

""

Remarks

This property contains the address of the ESME. The SMPP protocol allows an External Short Messaging Entity (ESME) to specify its address, whether it is a phone number or an IP address. If This property is not set, the class will default to the value in local_host.

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