Hello. According to the example get_line_value. I try to request the status of the gpio, but the return is always low. try gpiod_line_settings_set_direction(settings, GPIOD_LINE_DIRECTION_AS_IS); or gpiod_line_settings_set_direction(settings, GPIOD_LINE_DIRECTION_INPUT); Their result is always low Is there any way to get the correct value without changing the original state? Thank you in advance for your time.