Edit

Share via


VirtualOutputSegment(Int32) Constructor

Definition

A virtual implementation of IOutputSegment that manages the values of a set of virtual outputs. This type is intended as a helper to be used in IOutputSegment implementations.

public VirtualOutputSegment (int length);
new Iot.Device.Multiplexing.Utility.VirtualOutputSegment : int -> Iot.Device.Multiplexing.Utility.VirtualOutputSegment
Public Sub New (length As Integer)

Parameters

length
Int32

The number of outputs in the segment.

Applies to