class SetConfigured

Defined at line 52 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.function/fuchsia.hardware.usb.function/cpp/fidl/fuchsia.hardware.usb.function/cpp/markers.h

Inform the function driver when the USB device configured state changes.

Called with `configured == true` in response to a `SET_CONFIGURATION`

control request that selects a configuration that contains this

function. In this case, the function driver should use

[`fuchsia.hardware.usb.endpoint/Endpoint`] to configure its endpoints.

Called with `configured == false` when configuration is disabled or USB

is disconnected. The function driver should then use

[`fuchsia.hardware.usb.endpoint/Endpoint`] to disable its endpoints.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal