UniPRT_Cloud SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
UniPRT_Cloud.Comm.MqttComm.MqttComm 成員列表

完整成員列表,類別為 UniPRT_Cloud.Comm.MqttComm.MqttComm, 包含所有繼承的成員

__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 (被定義於 UniPRT_Cloud.Comm.MqttComm.MqttComm)UniPRT_Cloud.Comm.MqttComm.MqttCommprotected
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.MqttCommstatic
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.MqttCommstatic
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.MqttCommstatic
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.MqttCommstatic
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