共用方式為


UsbControlRequestType.AsByte 屬性

定義

取得或設定 bmRequestType 值做為位元組。

public:
 property byte AsByte { byte get(); void set(byte value); };
byte AsByte();

void AsByte(byte value);
public byte AsByte { get; set; }
var byte = usbControlRequestType.asByte;
usbControlRequestType.asByte = byte;
Public Property AsByte As Byte

屬性值

Byte

byte

位元組中的整個 bmRequestType 值。

備註

如果裝置的硬體規格定義要以位元組方式傳送 的 bmRequestType 域值,您可以使用 AsByte 屬性。 否則,您必須分別使用ControlTransferTypeDirection和 Recipient 屬性,個別取得或設定bmRequestType值,例如方向、類型和收件者

適用於