Class A02yyuw
Represents the A02YYUW serial distance sensor
Assembly: A02yyuw.dll
View Source
public class A02yyuw : PollingSensorBase<Length>, IObservable<IChangeResult<Length>>, IRangeFinder, ISamplingSensor<Length>, ISensor<Length>, ISensor, ISamplingSensor, ISleepAwarePeripheral, IDisposable
Inheritance: System.Object
-> Meadow.Foundation.ObservableBase<UNIT>
Implements:
System.IObservable<Meadow.IChangeResult<Meadow.Units.Length>>
, Meadow.Peripherals.Sensors.Distance.IRangeFinder
, Meadow.Peripherals.Sensors.ISamplingSensor<Meadow.Units.Length>
, Meadow.Peripherals.Sensors.ISensor<Meadow.Units.Length>
, Meadow.Peripherals.Sensors.ISensor
, Meadow.Peripherals.Sensors.ISamplingSensor
, Meadow.ISleepAwarePeripheral
, System.IDisposable
Properties
Distance
Distance from sensor to object
View Source
public Length? Distance { get; }
OutOfRangeValue
Value returned when the sensor cannot determine the distance
View Source
public Length OutOfRangeValue { get; }
SensorReadTimeOut
The maximum time to wait for a sensor reading
View Source
public TimeSpan SensorReadTimeOut { get; set; }
Methods
MeasureDistance()
Start a distance measurement
View Source
public void MeasureDistance()
Read()
Convenience method to get the current sensor reading
View Source
public override Task<Length> Read()
Returns
System.Threading.Tasks.Task<Meadow.Units.Length>
ReadSensor()
Read the distance from the sensor
View Source
protected override Task<Length> ReadSensor()
Returns
System.Threading.Tasks.Task<Meadow.Units.Length>
StartUpdating(TimeSpan?)
Start updating distances
View Source
public override void StartUpdating(TimeSpan? updateInterval)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.TimeSpan> | updateInterval | The interval used to notify external subscribers |
StopUpdating()
Stop sampling
View Source
public override void StopUpdating()
BeforeSleep(CancellationToken)
Called before the platform goes into Sleep state
View Source
public Task BeforeSleep(CancellationToken cancellationToken)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
System.Threading.CancellationToken | cancellationToken |
AfterWake(CancellationToken)
Called after the platform returns to Wake state
View Source
public Task AfterWake(CancellationToken cancellationToken)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name |
---|---|
System.Threading.CancellationToken | cancellationToken |
Dispose(bool)
Dispose of the object
View Source
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Is disposing |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
View Source
public void Dispose()
Implements
System.IObservable<Meadow.IChangeResult<Meadow.Units.Length>>
Meadow.Peripherals.Sensors.Distance.IRangeFinder
Meadow.Peripherals.Sensors.ISamplingSensor<Meadow.Units.Length>
Meadow.Peripherals.Sensors.ISensor<Meadow.Units.Length>
Meadow.Peripherals.Sensors.ISensor
Meadow.Peripherals.Sensors.ISamplingSensor
Meadow.ISleepAwarePeripheral
System.IDisposable