UsbControlRequestType.Recipient プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
USB コントロール転送の受信者を取得または設定します。
public:
property UsbControlRecipient Recipient { UsbControlRecipient get(); void set(UsbControlRecipient value); };
UsbControlRecipient Recipient();
void Recipient(UsbControlRecipient value);
public UsbControlRecipient Recipient { get; set; }
var usbControlRecipient = usbControlRequestType.recipient;
usbControlRequestType.recipient = usbControlRecipient;
Public Property Recipient As UsbControlRecipient
プロパティ値
USB コントロール転送の受信者。
注釈
受信者がアクティブな構成 (DefaultInterface) の最初のインターフェイスである場合、 SendControlInTransferAsync メソッドと SendControlOutTransferAsync メソッドは 、UsbSetupPacket.Index の下位バイトを既定のインターフェイスのインターフェイス番号で上書きします。