Mcp342x.ReadValueAsync(Int32, CancellationToken) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates reading value
C#
protected System.Threading.Tasks.ValueTask<Iot.Device.Mcp3428.ConversionResult> ReadValueAsync (int channel = -1, System.Threading.CancellationToken cancellationToken = default);
member this.ReadValueAsync : int * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Iot.Device.Mcp3428.ConversionResult>
Protected Function ReadValueAsync (Optional channel As Integer = -1, Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of ConversionResult)
- channel
- Int32
Channel to read data from
- cancellationToken
- CancellationToken
Token which can be used to cancel the operation
Task which can be used to wait for ConversionResult
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |