This is the complete list of members for UniPRT_Cloud.Comm.MqttComm.MqttComm, including all inherited members.
| __init__(self, str broker, int port=8883, Optional[str] username=None, Optional[str] password=None, Optional[str] ca_cert=None, Optional[str] certfile=None, Optional[str] keyfile=None, Optional[str] keyfile_password=None) | UniPRT_Cloud.Comm.MqttComm.MqttComm | |
| _mqtt_comm (defined in UniPRT_Cloud.Comm.MqttComm.MqttComm) | UniPRT_Cloud.Comm.MqttComm.MqttComm | protected |
| close(self) | UniPRT_Cloud.Comm.MqttComm.MqttComm | |
| make_tsc_abort_command(str from_id="SDK", str to_id="printer", int transaction_id=None) | UniPRT_Cloud.Comm.MqttComm.MqttComm | static |
| make_tsc_data_pcl_command(str pcl_language, str from_id="SDK", str to_id="SetPCL", Optional[int] transaction_id=random.randint(1000, 9999)) | UniPRT_Cloud.Comm.MqttComm.MqttComm | static |
| make_tsc_data_transfer_bulk(data, Union[DataTransferType, str] data_type, from_id="SDK", to_id="printer", transaction_id_start=None) | UniPRT_Cloud.Comm.MqttComm.MqttComm | static |
| make_tsc_download_file_command(str download_uri, str from_id="SDK", str to_id="printer", int transaction_id=None, str save_filename=None, bool peer_cert_check=None) | UniPRT_Cloud.Comm.MqttComm.MqttComm | static |
| open(self) | UniPRT_Cloud.Comm.MqttComm.MqttComm | |
| read(self, str topic, Callable[[str, str], Awaitable[None]] callback) | UniPRT_Cloud.Comm.MqttComm.MqttComm | |
| write(self, str topic, str payload) | UniPRT_Cloud.Comm.MqttComm.MqttComm |