MethodChannelRtlSdrFlutter class

An implementation of RtlSdrFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamChannel EventChannel
final

Methods

getFrequency() Future<int>
override
getFrequencyCorrection() Future<int>
override
getMargin() Future<int>
override
getRtlXtalFrequency() Future<int>
override
getSamplingrate() Future<int>
override
getTunergain() Future<int>
override
getTunerXtalFrequency() Future<int>
override
listDevices() Future<List<String>?>
override
listen() Stream
listen for events from the device
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFrequency(int frequency) → void
override
setFrequencyCorrection(int frequencyCorrection) Future<void>
override
setMargin(int margin) Future<void>
override
setTunergain(int tunergain) Future<void>
override
startServer(String name, SdrArguments sdrArguments) Future<String>
override
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.
override
stopServer(String name) Future<void>
override
stopService() Future<void>
Stops the service to listen for USB events.
override
toString() String
A string representation of this object.
inherited

Operators

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