GpioOutputSegment Class
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.
IOutputSegment implementation that uses GpioController.
public class GpioOutputSegment : IDisposable, Iot.Device.Multiplexing.IOutputSegment
type GpioOutputSegment = class
interface IOutputSegment
interface IDisposable
Public Class GpioOutputSegment
Implements IDisposable, IOutputSegment
- Inheritance
-
GpioOutputSegment
- Implements
Gpio |
IOutputSegment implementation that uses GpioController. |
Item[Int32] |
Segment values. |
Length |
The length of the segment; the number of GPIO pins it exposes. |
Display(Cancellation |
Displays current state of segment. Segment is displayed at least until token receives a cancellation signal, possibly due to a specified duration expiring. |
Display |
Displays current state of segment. Segment is displayed at least until token receives a cancellation signal, possibly due to a specified duration expiring. |
Dispose() |
Disposes the underlying GpioController. |
Turn |
Writes a byte to the underlying GpioController. |
Write(Byte) |
Writes discrete underlying bits to a virtual segment. Writes each bit, left to right. Least significant bit will written to index 0. Does not display output. |
Write(Int32, Pin |
Writes a PinValue to a virtual segment. Does not display output. |
Write(Read |
Writes discrete underlying bits to a virtual segment. Writes each byte, left to right. Least significant bit will written to index 0. Does not display output. |
Toode | Versioonid |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |