chromium/third_party/cros_system_api/dbus/ip_peripheral/dbus-constants.h

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

#ifndef SYSTEM_API_DBUS_IP_PERIPHERAL_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_IP_PERIPHERAL_DBUS_CONSTANTS_H_

namespace ip_peripheral {

const char kIpPeripheralServiceInterface[] =;
const char kIpPeripheralServicePath[] =;
const char kIpPeripheralServiceName[] =;

// Methods.
const char kGetControlMethod[] =;
const char kGetPanMethod[] =;
const char kGetTiltMethod[] =;
const char kGetZoomMethod[] =;
const char kSetControlMethod[] =;
const char kSetPanMethod[] =;
const char kSetTiltMethod[] =;
const char kSetZoomMethod[] =;

}  // namespace ip_peripheral
#endif  // SYSTEM_API_DBUS_IP_PERIPHERAL_DBUS_CONSTANTS_H_