IAirPressureDownloader Interface |
The interface that objects that download air pressure readings has to implement.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IAirPressureDownloader
Public Interface IAirPressureDownloader
public interface class IAirPressureDownloader
type IAirPressureDownloader = interface end
The IAirPressureDownloader type exposes the following members.
Properties
| Name | Description |
---|
| IntervalMinutes |
Gets the interval in minutes that the program should wait between downloads.
|
TopMethods
| Name | Description |
---|
| Fetch |
Fetches a set of pressure readings.
|
TopRemarks
Implementations are not expected to be thread-safe.
See Also