RequestMatchOpts Enumeration

The RequestMatchOpts enumeration contains values that specify that a queued response should either only match requests for data of the exact length of the response or match requests for data of any length.

Syntax

typedef enum RequestMatchOpts {
  MatchExactLength   = 0,
  MatchAnyLength     = 1 
} RequestMatchOpts;

Constants

  • MatchExactLength
    A value that indicates that the queued response should only match requests for data of the exact length of the response.

  • MatchAnyLength
    A value that indicates that the queued response should match requests for data of any length.

Remarks

A RequestMatchOpts enumeration value is specified in the ISoftUSBEndpoint::QueueDeviceRequestResponse method to indicate the length of a queued response.

Requirements

Version

Header

Softusbif.h (include Softusbif.h)

See Also

ISoftUSBEndpoint::QueueDeviceRequestResponse

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010