C# Класс CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs

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

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

Метод Описание
UnrecognizedPinFoundEventArgs ( String eventMessage ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs class with a message describing the event.

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

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

Initializes a new instance of the CyrusBuilt.MonoPi.IO.UnrecognizedPinFoundEventArgs class with a message describing the event.
public UnrecognizedPinFoundEventArgs ( String eventMessage ) : System
eventMessage String /// A message describing the event. ///
Результат System