C# Класс CyrusBuilt.MonoPi.Devices.PiCamera.CaptureOutputEventArgs

Capture output event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CaptureOutputEventArgs() публичный Метод

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. ///
Результат System