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

Capture output event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: cyrusbuilt/MonoPi Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat System