user_id Property

Used for identification with the SMPP service.

Syntax

def get_user_id() -> str: ...
def set_user_id(value: str) -> None: ...

user_id = property(get_user_id, set_user_id)

Default Value

""

Remarks

This property is used for identification with the SMPP service. When binding to the smpp_server, the client must provide a known user identifier and a valid password for that ID.

There are two ways to bind: by calling connect with a user id and password and will set the user_id and password properties before connecting; or by setting those two properties and calling send_message while not connected.

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