次の方法で共有


ModuleCommandResult.Status プロパティ

定義

オーディオ デバイス モジュール コマンドの状態を示す値を取得します。

public:
 property SendCommandStatus Status { SendCommandStatus get(); };
SendCommandStatus Status();
public SendCommandStatus Status { get; }
var sendCommandStatus = moduleCommandResult.status;
Public ReadOnly Property Status As SendCommandStatus

プロパティ値

オーディオ デバイス モジュール コマンドの状態を示す 値です。

適用対象