Class RadioReceiverBase
- Namespace
- Iot.Device.RadioReceiver
- Assembly
- Iot.Device.RadioReceiver.dll
Base class for radio receiver.
public abstract class RadioReceiverBase
- Inheritance
-
RadioReceiverBase
- Derived
Constructors
RadioReceiverBase()
protected RadioReceiverBase()
Properties
Frequency
Gets or sets radio receiver FM frequency.
public abstract Frequency Frequency { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Releases the unmanaged resources used by the RadioReceiverBase and optionally releases the managed resources.
protected virtual void Dispose(bool disposing)
Parameters
disposing
boolTrue to release both managed and unmanaged resources; false to release only unmanaged resources.