set_backlight_debug_switch Subroutine

private pure elemental subroutine set_backlight_debug_switch(this, debug)

Type Bound

linux_backlight

Arguments

Type IntentOptional Attributes Name
class(linux_backlight), intent(inout) :: this
character(len=*), intent(in) :: debug

Contents


Source Code

   elemental pure subroutine set_backlight_debug_switch(this,debug)
      class(linux_backlight), intent(inout) :: this
      character(len=*),       intent(in)    :: debug

      this%debug = debug
   end subroutine set_backlight_debug_switch