send_data Method

Sends raw data to Recipients .

Syntax

def send_data(data: bytes) -> str: ...

Remarks

This method sends raw data to recipients. Up to 64KB of additional data can be supplied at a time for transmission to the smpp_server. Unlike the send_message method, this method can only send to one destination at a time. The target is whatever value is in the recipients properties.

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