次の方法で共有


IoTHubAmqpClientBase クラス

継承
builtins.object
IoTHubAmqpClientBase

コンストラクター

IoTHubAmqpClientBase()

メソッド

disconnect_sync

Amqp クライアントを切断します。

send_message_to_device

指定した deivce にメッセージを送信します。

disconnect_sync

Amqp クライアントを切断します。

disconnect_sync()

send_message_to_device

指定した deivce にメッセージを送信します。

send_message_to_device(device_id, message, app_props)

パラメーター

名前 説明
device_id
必須
str

デバイスの名前 (ID)。

message
必須
str

デバイスに配信されるメッセージ。

app_props
必須

メッセージのアプリケーションとシステムのプロパティ

例外

説明
Exception if the Send command is not able to send the message