IPWorks MQ 2020 Python Edition

Questions / Feedback?

send_text Method

Sends text data to the server.

Syntax

def send_text(text: str) -> None: ...

Remarks

This method sends data as text to the server. Data sent with this method will always be treated as text data regardless of the value of data_format. The class will UTF-8 encode the supplied text.

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