// services/device/public/mojom/usb_device.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_USB_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_USB_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace device::mojom {
namespace messages {


enum class UsbDevice : uint32_t {
  kOpen = 0,
  kClose = 1,
  kSetConfiguration = 2,
  kClaimInterface = 3,
  kReleaseInterface = 4,
  kSetInterfaceAlternateSetting = 5,
  kReset = 6,
  kClearHalt = 7,
  kControlTransferIn = 8,
  kControlTransferOut = 9,
  kGenericTransferIn = 10,
  kGenericTransferOut = 11,
  kIsochronousTransferIn = 12,
  kIsochronousTransferOut = 13,
};
enum class UsbDeviceClient : uint32_t {
  kOnDeviceOpened = 0,
  kOnDeviceClosed = 1,
};

}  // namespace messages

}  // device::mojom

#endif  // SERVICES_DEVICE_PUBLIC_MOJOM_USB_DEVICE_MOJOM_SHARED_MESSAGE_IDS_H_