PixelSensorStreamStatus
Public Fields
this[uint stream]
public PixelSensorStatus this[uint stream] { get; set; }
Type | Description |
---|---|
PixelSensorStatus | The status of a sensor |
Public Methods
void Initialize
public void Initialize(
int streamCount,
PixelSensorStatus startingStatus =PixelSensorStatus.Undefined
)
Parameters
Type | Name | Description |
---|---|---|
int | streamCount | |
PixelSensorStatus | startingStatus | The status of a sensor |
void SetStatusForStreams
public void SetStatusForStreams(
PixelSensorStatus status,
IEnumerable< uint > streams
)
Parameters
Type | Name | Description |
---|---|---|
PixelSensorStatus | status | The status of a sensor |
IEnumerable< uint > | streams |