Show / Hide Table of Contents

Struct WINUSB_SETUP_PACKET

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public struct WINUSB_SETUP_PACKET

Fields

Index

Declaration
public ushort Index
Field Value
Type Description
System.UInt16

Length

Declaration
public ushort Length
Field Value
Type Description
System.UInt16

Request

Declaration
public byte Request
Field Value
Type Description
System.Byte

RequestType

Declaration
public byte RequestType
Field Value
Type Description
System.Byte

Value

Declaration
public ushort Value
Field Value
Type Description
System.UInt16
In This Article
Back to top Generated by DocFX