Method: USB::Configuration#description
- Defined in:
- lib/usb.rb
permalink #description ⇒ Object
[View source]
306 307 308 309 |
# File 'lib/usb.rb', line 306 def description return @description if defined? @description @description = self.device.open {|h| h.get_string_simple(self.iConfiguration) } end |