AttrReadString

This is a ROS service definition.

Source

################################################################################
# @file   AttrReadString.srv
# @author Adrian-Stanea (Adrian.Stanea@analog.com)
#
# SPDX-License-Identifier: Apache-2.0 (see LICENSE file)
# Copyright (c) 2025 Analog Devices, Inc.
################################################################################
#
# Description:
#   Reads an IIO attribute as a string.
#
# Request:
#   attr_path (string):
#       - Description: The path to the attribute to be read.
#
# Response:
#   value (string):
#       - Description: The value of the attribute.
#   success (boolean):
#       - Description: Indicates if the operation was successful.
#   message (string):
#       - Description: Provides additional information.
#
################################################################################


string attr_path
---
bool success
string message