次の方法で共有


IoTHubAmqpClientTokenAuth クラス

継承
IoTHubAmqpClientTokenAuth

コンストラクター

IoTHubAmqpClientTokenAuth(hostname, token_credential, token_scope='https://iothubs.azure.net/.default')

パラメーター

名前 説明
hostname
必須
token_credential
必須
token_scope
既定値: https://iothubs.azure.net/.default

メソッド

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