UsbControlRequestType.AsByte 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 屬性。 否則,您必須分別使用ControlTransferType、Direction和 Recipient 屬性,個別取得或設定bmRequestType值,例如方向、類型和收件者。