RtlSdrFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RtlSdrFlutterPlatform
Implementers

Constructors

RtlSdrFlutterPlatform()
Constructs a RtlSdrFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFrequency() Future<int>
getFrequencyCorrection() Future<int>
getMargin() Future<int>
getRtlXtalFrequency() Future<int>
getSamplingrate() Future<int>
getTunergain() Future<int>
getTunerXtalFrequency() Future<int>
listDevices() Future<List<String>?>
listen() Stream
listen for events from the device
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFrequency(int frequency) → void
setFrequencyCorrection(int frequencyCorrection) Future<void>
setMargin(int margin) Future<void>
setTunergain(int tunergain) Future<void>
startServer(String name, SdrArguments sdrArguments) Future<String>
startService() Future<void>
Starts the service to listen to USB events. Will respond if an usb device is attached or detached. This service may show a notification icon in the notification bar.
stopServer(String name) Future<void>
stopService() Future<void>
Stops the service to listen for USB events.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance RtlSdrFlutterPlatform
The default instance of RtlSdrFlutterPlatform to use.
getter/setter pair