Module: TurtleShell

Defined in:
lib/turtleshell.rb,
lib/turtleshell.rb,
lib/turtleshell/device.rb,
ext/librtlsdr/librtlsdr.c

Defined Under Namespace

Modules: RTLSDR Classes: Device, DeviceNotFoundError

Class Method Summary collapse

Class Method Details

.all_devicesObject



15
16
17
# File 'lib/turtleshell.rb', line 15

def self.all_devices
  TurtleShell::RTLSDR.all_devices
end

.count_of_devicesObject



19
20
21
# File 'lib/turtleshell.rb', line 19

def self.count_of_devices
  TurtleShell::RTLSDR.count
end