C# Class CyrusBuilt.MonoPi.Devices.PiCamera.CaptureOutputEventArgs

Capture output event arguments class.
Inheritance: System.EventArgs
Show file Open project: cyrusbuilt/MonoPi Class Usage Examples

Public Methods

Method Description
CaptureOutputEventArgs ( String output ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureOutputEventArgs class with the line of output generated by the capture program.

Method Details

CaptureOutputEventArgs() public method

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.PiCamera.CaptureOutputEventArgs class with the line of output generated by the capture program.
public CaptureOutputEventArgs ( String output ) : System
output String /// The line of output generated by the capture program. ///
return System